We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c49369 commit bac9841Copy full SHA for bac9841
packages/google_maps_flutter/google_maps_flutter_android/example/android/app/src/main/AndroidManifest.xml
@@ -5,10 +5,6 @@
5
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>
6
7
<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" />
12
<meta-data
13
android:name="com.google.android.gms.version"
14
android:value="@integer/google_play_services_version" />
0 commit comments