Build per-abi in fdroid fastlane script #noissue
All checks were successful
/ build (push) Successful in 5m33s

This commit is contained in:
Varakh 2024-02-05 22:52:45 +01:00
parent a5e9597207
commit a4a3c2e5dc

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;