Skip to content

Commit bac9841

Browse files
author
Jonah Williams
authored
[google_maps] remove Impeller opt out. (#7346)
Fixes flutter/flutter#152691 I _think_ the engine has rolled up to latest, lets see what CI says.
1 parent 2c49369 commit bac9841

File tree

1 file changed

+0
-4
lines changed
  • packages/google_maps_flutter/google_maps_flutter_android/example/android/app/src/main

1 file changed

+0
-4
lines changed

packages/google_maps_flutter/google_maps_flutter_android/example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
66

77
<application android:label="google_maps_flutter_example" android:icon="@mipmap/ic_launcher">
8-
<!-- Temporary workaround for https://github.com/flutter/flutter/issues/152691 -->
9-
<meta-data
10-
android:name="io.flutter.embedding.android.EnableImpeller"
11-
android:value="false" />
128
<meta-data
139
android:name="com.google.android.gms.version"
1410
android:value="@integer/google_play_services_version" />

0 commit comments

Comments
 (0)