Skip to content

Commit

Permalink
[google_maps] remove Impeller opt out. (#7346)
Browse files Browse the repository at this point in the history
Fixes flutter/flutter#152691

I _think_ the engine has rolled up to latest, lets see what CI says.
  • Loading branch information
jonahwilliams authored Aug 8, 2024
1 parent 2c49369 commit bac9841
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>

<application android:label="google_maps_flutter_example" android:icon="@mipmap/ic_launcher">
<!-- Temporary workaround for https://github.com/flutter/flutter/issues/152691 -->
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" />
<meta-data
android:name="com.google.android.gms.version"
android:value="@integer/google_play_services_version" />
Expand Down

0 comments on commit bac9841

Please sign in to comment.