Skip to content

Releases: bitrise-steplib/steps-sign-apk

1.3.0

31 May 13:02
Compare
Choose a tag to compare
  • 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

09 Nov 12:05
80363a9
Compare
Choose a tag to compare

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

22 Aug 14:19
Compare
Choose a tag to compare

1.2.2

17 Jul 10:13
Compare
Choose a tag to compare
  • type_tags fix: changed to code-sign from codesign

1.2.1

12 Jun 08:15
Compare
Choose a tag to compare
  • Signature algorithm name postfix fix.
  • Update tags
  • bitrise.yml update

1.2.0

08 Jun 12:29
Compare
Choose a tag to compare

1.1.2

12 May 11:44
Compare
Choose a tag to compare

1.1.1

14 Oct 10:02
Compare
Choose a tag to compare
  • unsign apk only if signing files found (META-INF/.dsa, META-INF/.rsa)

1.1.0

28 Sep 12:04
Compare
Choose a tag to compare
  • go-toolkit
  • export signed apk path in BITRISE_APK_PATH env

1.0.1

14 Jul 14:52
Compare
Choose a tag to compare
  • keystore password and key password review
  • removed private key password requirement