We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b34d1 commit 763151fCopy full SHA for 763151f
dependencies.bzl
@@ -11,6 +11,6 @@ def download_app_bundle_dependencies():
11
maybe(
12
http_jar,
13
name = "bundletool_all",
14
- sha256 = "c42c365ae7369dd4dc2ebc11eeebf91459f0226c53706fd24de4d006268ab88c",
15
- urls = ["https://github.com/google/bundletool/releases/download/1.11.0/bundletool-all-1.11.0.jar"],
+ sha256 = "e740e7d38562c5e8d87cc817548b2db94e42802e9a0774fdf674e758ff79694d",
+ urls = ["https://github.com/google/bundletool/releases/download/1.14.0/bundletool-all-1.14.0.jar"],
16
)
0 commit comments