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] committed May 21, 2024
1 parent 2e0176f commit c2d4c30
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.4.0"
agp = "8.4.1"
# 23.0.0 + agp
agp-tools = "31.4.0"
agp-tools = "31.4.1"
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.0")
compileOnly("com.android.tools.utp:android-test-plugin-result-listener-gradle-proto:31.4.1")
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 c2d4c30

Please sign in to comment.