Build per-abi in fdroid fastlane script #noissue
/ build (push) Successful in 5m33s Details

This commit is contained in:
Varakh 2024-02-05 22:52:45 +01:00
parent a5e9597207
commit a4a3c2e5dc
1 changed files with 1 additions and 0 deletions

View File

@ -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;