Skip to content

Commit

Permalink
Preserve APK alignment when signed with apksigner
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Jul 5, 2024
1 parent 14bca86 commit c5577c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
env:
SIGNING_PASSWORD: ${{ secrets.KEY_PASSWORD }}
run: |
apksigner sign --ks keystore.jks --ks-pass env:SIGNING_PASSWORD --out app-release.apk app-release-unsigned.apk
apksigner sign --ks keystore.jks --alignment-preserved true --ks-pass env:SIGNING_PASSWORD --out app-release.apk app-release-unsigned.apk
working-directory: ${{ github.workspace }}/app/build/outputs/apk/release

- name: Sign Release App Bundle
Expand Down

0 comments on commit c5577c9

Please sign in to comment.