Skip to content

Latest commit

 

History

History
50 lines (31 loc) · 1.59 KB

CHANGELOG.md

File metadata and controls

50 lines (31 loc) · 1.59 KB

1.0.11 (2024-07-23)

Bug Fixes

  • multiline string cmd for prepare_apk (#23) (ceb9fe1)

[1.0.10] - 2024-05-28

  • Handle special characters by @christianEconify in #17

[1.0.9] - 2023-04-27

  • Added env_name to input parameters to be able to read variables from dotenv. Thanks to @txuslee

[1.0.8] - 2022-03-08

  • Added cache_path option to be able to cache bundletool binary. If version is used it will save the binary as bundletool_VERSION.jar and if you use download_url it will save it as bundletool_SHA_BASE_ON_URL.jar

[1.0.7] - 2022-02-16

  • Fix error when verbose is set to false.

[1.0.6] - 2022-03-29

  • Adding a download_url option to point to a specific bundletool url. Thanks to @alienwizard

[1.0.5] - 2022-02-11

  • Use single quotes for bundletool parameters to avoid special characters conflict.

[1.0.4] - 2021-08-12

Fixed

  • Kernel.open replaced with URI.open to avoid ruby versions conflicts. Thanks to @TofiBashers

[1.0.3] - 2020-10-13

Fixed

Escape keystore_info params passed to bundletool. Thanks to @pradel pull request

[1.0.2] - 2020-05-26

Fixed

  • Paths with spaces. Thanks to @ricky-scopely

[1.0.1] - 2020-02-21

Fixed

  • bundle_tool creating recursive directories. Thanks to @jam-cmesquita
  • rubocop offenses.

[1.0.0] - 2019-12-08

Added

  • bundle_tool action