Android Sign v1.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.

This topic was automatically closed after 90 days. New replies are no longer allowed.