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
issigner_tool: jarsigner
use_apk_signer: true
issigner_tool: automatic
orsigner_tool: apksigner
What鈥檚 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