Skip to content

Commit

Permalink
Enable --split-per-abi
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobaraujo7 committed Jan 15, 2024
1 parent 5ee96f7 commit 8a8d794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
KEYSTORE: ${{ secrets.KEYSTORE }}

- name: Build APK
run: flutter build apk --release --flavor prod
run: flutter build apk --release --flavor --split-per-abi prod
env:
KEYSTORE_PASSWD: ${{ secrets.KEYSTORE_PASSWD }}
KEYSTORE_ALIAS: ${{ secrets.KEYSTORE_ALIAS }}
Expand Down

0 comments on commit 8a8d794

Please sign in to comment.