- deprecated
apk_pathinput - 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.