Skip to content

Commit

Permalink
Update bundletool to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusgreve committed Jan 22, 2025
1 parent f8684f0 commit 353af9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 353af9b

Please sign in to comment.