Releases: bitrise-steplib/steps-deploy-to-bitrise-io
Releases · bitrise-steplib/steps-deploy-to-bitrise-io
2.0.5
Added support for Google Cloud Storage uploads.
What's Changed
- Google Cloud Storage artifact upload fix by @imrekel in #153
Full Changelog: 2.0.4...2.0.5
2.0.3
Bug Fix
xcresult3 converter's output includes the skipped tests as successful
2.0.2
What's Changed
- [#150] Fix reporting skipped tests when deploying iOS/Android test results
Full Changelog: 2.0.1...2.0.2
2.0.1
[#148] Update default bundletool
version from 0.13.4 to 1.8.1 (this is used to get metadata from deployed Android app files)
🥇 Thank you @chedabob for the contribution!
2.0.0
Removed "Force generate universal APK for AABs" (generate_universal_apk_if_none
) step input.
- The Export Universal APK step can be used as a replacement to generate a universal APK. You can find more information here.
1.13.2
Attempt retries if encountering network timeouts when downloading bundletool.
Example error message:
deploy failed, error: Get "https://github-releases.githubusercontent.com/ ... bundletool-all.jar ... read: connection reset by peer
1.13.0
Marking universal APK generation as deprecated (#133).
1.12.1
- Fix broken links in description #131