Skip to content

Commit

Permalink
update flutter 3.29 and remove impeller disable
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenDoXiu committed Feb 15, 2025
1 parent 0a98066 commit b47dc6f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
<meta-data
android:name="flutterEmbedding"
android:value="2"/>
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false"/>
<!-- <meta-data-->
<!-- android:name="io.flutter.embedding.android.EnableImpeller"-->
<!-- android:value="false"/>-->
</application>
</manifest>

0 comments on commit b47dc6f

Please sign in to comment.