Fix flutter build

This commit is contained in:
Vadim 2023-02-15 14:22:35 +03:00 committed by GitHub
parent fdd00a2646
commit 37c20c5f94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,4 +33,4 @@ jobs:
run: flutter analyze
- name: Build Apk
run: flutter build apk --release
run: flutter build apk --flavor dev --dart-define cameraPreviewAspectRatio=2/3 -t lib/main_dev.dart