Skip to content

Commit

Permalink
Update BundleTool to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bencodes committed Feb 1, 2023
1 parent b8b34d1 commit 763151f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ def download_app_bundle_dependencies():
maybe(
http_jar,
name = "bundletool_all",
sha256 = "c42c365ae7369dd4dc2ebc11eeebf91459f0226c53706fd24de4d006268ab88c",
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"],
)

0 comments on commit 763151f

Please sign in to comment.