Skip to content

Commit 4ae41c4

Browse files
A Googlercopybara-github
authored andcommitted
Use bundletool 1.18.2.
Update to latest version of bundletool as declared here: https://github.com/google/bundletool/releases Version 1.17.0 specifically includes 16 KB support. PiperOrigin-RevId: 826571531 Change-Id: I6e4b5cd0e79ae145b33718aff88ca1148d8dd21d
1 parent 14081ce commit 4ae41c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ maven.install(
9999
"androidx.test:core:1.6.0-alpha01",
100100
"androidx.test.ext:junit:1.2.0-alpha01",
101101
"com.android.tools.apkdeployer:apkdeployer:8.11.0-alpha10",
102-
"com.android.tools.build:bundletool:1.15.5",
102+
"com.android.tools.build:bundletool:1.18.2",
103103
"com.android.tools:desugar_jdk_libs_minimal:2.1.5",
104104
"com.android.tools:desugar_jdk_libs_configuration_minimal:2.1.5",
105105
"com.android.tools:desugar_jdk_libs_nio:2.1.5",

defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def rules_android_workspace():
7676
"androidx.test:core:1.6.0-alpha01",
7777
"androidx.test.ext:junit:1.2.0-alpha01",
7878
"com.android.tools.apkdeployer:apkdeployer:8.11.0-alpha10",
79-
"com.android.tools.build:bundletool:1.15.5",
79+
"com.android.tools.build:bundletool:1.18.2",
8080
"com.android.tools:desugar_jdk_libs_minimal:2.1.5",
8181
"com.android.tools:desugar_jdk_libs_configuration_minimal:2.1.5",
8282
"com.android.tools:desugar_jdk_libs_nio:2.1.5",

0 commit comments

Comments
 (0)