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: falseissigner_tool: jarsigneruse_apk_signer: trueissigner_tool: automaticorsigner_tool: apksigner
What’s Changed
- Upgrade sample app in E2E tests, update README by @ofalvai in Upgrade sample app in E2E tests, update README by ofalvai · Pull Request #87 · bitrise-steplib/steps-sign-apk · GitHub
- Replace use_apk_signer with signer_tool step input by @godrei in Replace use_apk_signer with signer_tool step input by godrei · Pull Request #88 · bitrise-steplib/steps-sign-apk · GitHub
- Update readme by @godrei in Update readme by godrei · Pull Request #89 · bitrise-steplib/steps-sign-apk · GitHub
Full Changelog: Comparing 1.7.11...2.0.0 · bitrise-steplib/steps-sign-apk · GitHub