Steps Google Play Deploy Versions Save

3.7.4

8 months ago

3.7.3

1 year ago

What's Changed

Full Changelog: https://github.com/bitrise-steplib/steps-google-play-deploy/compare/3.7.2...3.7.3

3.7.2

2 years ago

[#133] Step description update

3.7.1

2 years ago

[#131] Print available Google Play release tracks to log

🥇 Thank you @bartwesselink for the contribution!

3.6.0

2 years ago

(#126) Support uploading multiple mapping.txt files along multiple APKs or AABs. The step input mapping_file now accepts a | or \n separated list of mapping file paths. Please note that the mapping file order should match the order of APK/AAB paths.

3.5.0

2 years ago

New step input: Acknowledge Bundle Installation Warning (ack_bundle_installation_warning).

  • Must be set to true if the App Bundle installation may trigger a warning on user devices (for example, if installation size may be over a threshold, typically 100 MB). In those cases, uploading an AAB to Google Play will result in an error which you can accept by setting this input to true.
  • Default: false.

3.4.0

2 years ago
  • Introduced a new input retry_without_sending_to_review to signal that the step should retry sending changes by setting the newly introduced changesNotSentForReview flag. #119 #120
  • The changes are first always sent without the flag, but if it fails it can be retried by applying the flag. Please not that in later case the review has to be manually initiated on the Google Play Console UI

3.3.0

3 years ago
  • The status of the release can now set via the Status input parameter (#116).
  • The input is optional to preserve backward compatibility, so if it is not set, the status of the release is calculated as in the past (based on the value of the User Fraction input).
  • Based on the Google API documentation, the User Fraction input is only applied if the status of the release is inProgress or halted.
  • You may see the supported statuses here.

3.2.2

3 years ago

Update dependencies