Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .ci/flutter_master.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
e2e43987c4fb5803c59d7ceb5048cf08bd22cffe
9d5ede0f5ae511cb3b2f6de2ab9164a428db418e
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION"/>

<application android:label="google_maps_flutter_example" android:icon="@mipmap/ic_launcher">
<meta-data
<!-- 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" />
<!-- Update this value to your google maps api key. -->
Expand Down