disable impeller in metadata

This commit is contained in:
Fabian Freund
2026-02-22 08:53:40 +01:00
parent 7a607bae1d
commit e5f183afd2
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ jobs:
- name: Build APK
working-directory: app
run: flutter build apk --release --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons --no-enable-impeller
run: flutter build apk --release --target-platform android-arm,android-arm64 --split-per-abi --no-tree-shake-icons
- name: Build App Bundle
if: steps.build-type.outputs.is_prerelease == 'false'