Skip to content

Commit 6f36c83

Browse files
JamesMcIntoshPark Sung Min
authored andcommitted
google-services-maps v17.0.0 androidx compatible (flutter#1941)
1 parent e9cb286 commit 6f36c83

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/google_maps_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.5.20+3
2+
3+
* Update Android play-services-maps to 17.0.0
4+
15
## 0.5.20+2
26

37
* Android: Fix polyline width in building phase.

packages/google_maps_flutter/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ android {
4646
}
4747

4848
dependencies {
49-
implementation 'com.google.android.gms:play-services-maps:16.1.0'
49+
implementation 'com.google.android.gms:play-services-maps:17.0.0'
5050
}
5151
}

packages/google_maps_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_maps_flutter
22
description: A Flutter plugin for integrating Google Maps in iOS and Android applications.
33
author: Flutter Team <[email protected]>
44
homepage: https://github.com/flutter/plugins/tree/master/packages/google_maps_flutter
5-
version: 0.5.20+2
5+
version: 0.5.20+3
66

77
dependencies:
88
flutter:

0 commit comments

Comments
 (0)