bitrise-steplib / steps-deploy-to-bitrise-io

Deploy build artifacts to bitrise.io
MIT License
23 stars 40 forks source link

Update bundletool version #179

Closed carlonzo closed 1 year ago

carlonzo commented 1 year ago

Checklist

Version

Requires a MAJOR/MINOR/PATCH version update

Context

The bundletool used is over 1.5 years old. Meanwhile many improvements have been applied to the tool to support latest android features and packaging.

Changes

Updates the bundletool default version. Here a list of release notes: https://github.com/google/bundletool/releases

Decisions

We have experienced issues while the step was downloading that version of bundletool, failing the build. One step before we downloaded bundletool (latest) and the download was successful. I am aware that bumping version doesnt fix download issues but this is how I realized we were downloading a 1.5yo version.

vshah23 commented 1 year ago

Hi @carlonzo we appreciate your contribution to this step