From 353af9b62dfd169d5e2bb1385b3789b4e6b2ebcc Mon Sep 17 00:00:00 2001 From: Marius Greve Hagen Date: Wed, 22 Jan 2025 20:35:49 +0100 Subject: [PATCH] Update bundletool to latest version --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 7bb1482..7af95ba 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -23,7 +23,7 @@ fi echo "Downloading Bundletool..." bundletool="bundletool.jar" -bundletoolUrl="https://github.com/google/bundletool/releases/download/0.13.4/bundletool-all.jar" +bundletoolUrl="https://github.com/google/bundletool/releases/download/1.18.0/bundletool-all-1.18.0.jar" exec wget -nv --quiet "${bundletoolUrl}" --output-document="${bundletool}" & wait