Skip to content

Commit 763151f

Browse files
authored
Update BundleTool to 1.14.0
1 parent b8b34d1 commit 763151f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dependencies.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ def download_app_bundle_dependencies():
1111
maybe(
1212
http_jar,
1313
name = "bundletool_all",
14-
sha256 = "c42c365ae7369dd4dc2ebc11eeebf91459f0226c53706fd24de4d006268ab88c",
15-
urls = ["https://github.com/google/bundletool/releases/download/1.11.0/bundletool-all-1.11.0.jar"],
14+
sha256 = "e740e7d38562c5e8d87cc817548b2db94e42802e9a0774fdf674e758ff79694d",
15+
urls = ["https://github.com/google/bundletool/releases/download/1.14.0/bundletool-all-1.14.0.jar"],
1616
)

0 commit comments

Comments
 (0)