disable impeller in metadata
This commit is contained in:
@@ -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'
|
||||
|
||||
@@ -258,6 +258,10 @@
|
||||
android:foregroundServiceType="mediaPlayback"
|
||||
android:exported="false" />
|
||||
|
||||
<meta-data
|
||||
android:name="io.flutter.embedding.android.EnableImpeller"
|
||||
android:value="false" />
|
||||
|
||||
<!-- Don't delete the meta-data below.
|
||||
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
|
||||
<meta-data
|
||||
|
||||
Reference in New Issue
Block a user