Skip to content

Commit 94872bb

Browse files
committed
build(android): fix impeller config metadata node
1 parent 96a3a8a commit 94872bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
android:name="io.flutter.embedding.android.NormalTheme"
2323
android:resource="@style/NormalTheme"
2424
/>
25-
<meta-data
26-
android:name="io.flutter.embedding.android.EnableImpeller"
27-
android:value="false"/>
2825
<intent-filter>
2926
<action android:name="android.intent.action.MAIN"/>
3027
<category android:name="android.intent.category.LAUNCHER"/>
@@ -35,5 +32,8 @@
3532
<meta-data
3633
android:name="flutterEmbedding"
3734
android:value="2"/>
35+
<meta-data
36+
android:name="io.flutter.embedding.android.EnableImpeller"
37+
android:value="false"/>
3838
</application>
3939
</manifest>

0 commit comments

Comments
 (0)