Skip to content

Commit

Permalink
Merge branch 'renovate/android-gradle-plugin' into ksp
Browse files Browse the repository at this point in the history
  • Loading branch information
TWiStErRob committed Jun 16, 2024
2 parents ccba053 + 2d839ff commit 78a4c23
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
java-android-source = "11"
java-android-target = "11"
#
agp = "8.4.2"
agp = "8.5.0"
# 23.0.0 + agp
agp-tools = "31.4.2"
agp-tools = "31.5.0"
twisterrob = "0.17" # https://github.com/TWiStErRob/net.twisterrob.gradle/releases
detekt = "1.23.6"
kotlin = "1.9.24"
Expand Down
2 changes: 1 addition & 1 deletion gradle/plugins-inventory/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
// UpgradeTestTask: FileUtils, StdLogger, ILogger
compileOnly(libs.plugin.android.tools.common)
// instrumentation.gradle.kts
compileOnly("com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:31.4.2")
compileOnly("com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:31.5.0")
compileOnly("com.google.testing.platform:core-proto:0.0.8-alpha08")
compileOnly("com.google.protobuf:protobuf-java:3.25.3")
// endregion
Expand Down

0 comments on commit 78a4c23

Please sign in to comment.