Skip to content

Commit

Permalink
remove impeller overwrite, now default in flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Dec 12, 2024
1 parent 2355183 commit 9ab693c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,12 @@


</intent-filter>

<!-- deep links so app_links work -->
<meta-data android:name="flutter_deeplinking_enabled" android:value="false" />

</activity>

<!-- enable impeller -->
<meta-data android:name="io.flutter.embedding.android.EnableImpeller" android:value="true" />

<!-- Don't delete the meta-data below.
This is used by the Flutter tool to generate GeneratedPluginRegistrant.java -->
Expand Down

0 comments on commit 9ab693c

Please sign in to comment.