Skip to content

Commit

Permalink
Update Android Gradle Plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 5cdfab9 commit d155c2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.6.1"
agp = "8.7.1"
# 23.0.0 + agp
agp-tools = "31.6.1"
agp-tools = "31.7.1"
twisterrob = "0.17" # https://github.com/TWiStErRob/net.twisterrob.gradle/releases
detekt = "1.23.7"
kotlin = "2.0.21"
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.6.1")
compileOnly("com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:31.7.1")
compileOnly("com.google.testing.platform:core-proto:0.0.8-alpha08")
compileOnly("com.google.protobuf:protobuf-java:3.25.5")
// endregion
Expand Down

0 comments on commit d155c2d

Please sign in to comment.