Skip to content

Commit

Permalink
Update AGP (#278)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 21, 2024
1 parent 3a95887 commit 07adedf
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,13 +1,13 @@
[versions]
# Keep this values in sync with bundletool"s dependencies.
aapt2Proto = "8.4.0-11315950"
aapt2Proto = "8.4.1-11315950"
protobufJava = "3.25.3"
guava = "30.1-jre"

[libraries]
dalvikDx = "com.jakewharton.android.repackaged:dalvik-dx:14.0.0_r21"
binaryResources = "com.android.tools.apkparser:binary-resources:31.4.0"
apkSigner = "com.android.tools.build:apksig:8.4.0"
binaryResources = "com.android.tools.apkparser:binary-resources:31.4.1"
apkSigner = "com.android.tools.build:apksig:8.4.1"
bundleTool = "com.android.tools.build:bundletool:1.16.0"
aapt2Proto = { module = "com.android.tools.build:aapt2-proto", version.ref = "aapt2Proto" }
protobufJava = { module = "com.google.protobuf:protobuf-java", version.ref = "protobufJava" }
Expand Down

0 comments on commit 07adedf

Please sign in to comment.