Skip to content

Commit

Permalink
enable impeller
Browse files Browse the repository at this point in the history
  • Loading branch information
deckerst committed Oct 25, 2024
1 parent f1b143a commit 0af94ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,6 @@
-->
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />
android:value="true" />
</application>
</manifest>

0 comments on commit 0af94ee

Please sign in to comment.