Skip to content

Commit

Permalink
Merge branch 'main' into renovate/kotlin-and-ksp
Browse files Browse the repository at this point in the history
  • Loading branch information
twyatt authored Jul 12, 2024
2 parents d0641f4 + 8998a5a commit 397b87e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
agp = "8.5.0"
agp = "8.5.1"
android-compile = "30"
android-min = "21"
jvm-toolchain = "11"
kotlin = "2.0.0"

[libraries]
assertj = { module = "org.assertj:assertj-core", version = "3.26.0" }
assertj = { module = "org.assertj:assertj-core", version = "3.26.3" }
khronicle = { module = "com.juul.khronicle:khronicle-core", version = "0.3.0" }
kotlin-parcelize-runtime = { module = "org.jetbrains.kotlin:kotlin-parcelize-runtime", version.ref = "kotlin" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.17.0" }
ksp-api = { module = "com.google.devtools.ksp:symbol-processing-api", version = "2.0.0-1.0.23" }
ksp-testing = { module = "com.github.tschuchortdev:kotlin-compile-testing-ksp", version = "1.6.0" }
robolectric = { module = "org.robolectric:robolectric", version = "4.12.2" }
robolectric = { module = "org.robolectric:robolectric", version = "4.13" }

[plugins]
android-application = { id = "com.android.application", version.ref = "agp" }
Expand Down

0 comments on commit 397b87e

Please sign in to comment.