Build per-abi in fdroid fastlane script #noissue
All checks were successful
/ build (push) Successful in 5m33s
All checks were successful
/ build (push) Successful in 5m33s
This commit is contained in:
parent
a5e9597207
commit
a4a3c2e5dc
1 changed files with 1 additions and 0 deletions
|
@ -6,3 +6,4 @@ flutter pub get &&
|
|||
flutter packages pub run build_runner build --delete-conflicting-outputs;
|
||||
|
||||
flutter build apk --release;
|
||||
flutter build apk --split-per-abi --release;
|
||||
|
|
Loading…
Reference in a new issue