Android Sign v2.0.0

Breaking changes and migration

A new step input signer_tool replaces the previous use_apk_signer input.
signer_tool indicates which tool should be used for signing the app, the available options:

  • automatic (default value): Uses the apksigner tool to sign an APK and jarsigner tool to sign an AAB file.
  • apksigner: Uses the apksigner tool to sign the app.
  • jarsigner: Uses the jarsigner tool to sign the app.

When signing APK files the migrate from:

  • use_apk_signer: false is signer_tool: jarsigner
  • use_apk_signer: true is signer_tool: automatic or signer_tool: apksigner

What鈥檚 Changed

Full Changelog: Comparing 1.7.11...2.0.0 路 bitrise-steplib/steps-sign-apk 路 GitHub