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