1.0.11 (2024-07-23)
- Handle special characters by @christianEconify in #17
- Added
env_name
to input parameters to be able to read variables from dotenv. Thanks to @txuslee
- Added
cache_path
option to be able to cache bundletool binary. Ifversion
is used it will save the binary as bundletool_VERSION.jar and if you usedownload_url
it will save it as bundletool_SHA_BASE_ON_URL.jar
- Fix error when
verbose
is set to false.
- Adding a
download_url
option to point to a specific bundletool url. Thanks to @alienwizard
- Use single quotes for bundletool parameters to avoid special characters conflict.
- Kernel.open replaced with URI.open to avoid ruby versions conflicts. Thanks to @TofiBashers
Escape keystore_info params passed to bundletool. Thanks to @pradel pull request
- Paths with spaces. Thanks to @ricky-scopely
- bundle_tool creating recursive directories. Thanks to @jam-cmesquita
- rubocop offenses.
- bundle_tool action