Releases: bitrise-steplib/steps-sign-apk
Releases · bitrise-steplib/steps-sign-apk
1.3.0
- deprecated
apk_path
input - new input:
android_app
- new outputs:
bitrise_signed_aab_path
,bitrise_aab_path
- renamed step to
Android Sign
The apk_path
input is deprecated and will be removed on 20 August 2019. The new android_app
should be used instead.
Previous version exported APKs and AABs into the same variables. This release separates them into different output variables.
The changes were made because apk_path
could contain AAB paths, not just APKs. Also, the new input android_app
defaults to receive outputs from similarly updated steps, where AAB and APK outputs have been separated.
1.2.4
Fix the bug, which overrode the exported signed build artifact's ( $BITRISE_SIGNED_APK_PATH
) extension to .apk
even if it was a .abb
.
1.2.3
1.2.2
- type_tags fix: changed to
code-sign
fromcodesign
1.2.1
- Signature algorithm name postfix fix.
- Update tags
- bitrise.yml update
1.2.0
- Added possibility to sign multiple APK files, thanks to @patrickbussmann