[Android] Disable Impeller

This commit is contained in:
nyne
2024-12-13 09:25:09 +08:00
committed by GitHub
parent bed0f78e81
commit 017f964705

View File

@@ -53,6 +53,7 @@
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<meta-data android:name="io.flutter.embedding.android.EnableImpeller" android:value="false"/>
</application>
<!-- Required to query activities that can process text, see:
https://developer.android.com/training/package-visibility and