File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,10 +39,10 @@ You can view the generated [reference docs][javadoc] for a full list of classes
3939``` groovy
4040dependencies {
4141 // Utilities for Maps SDK for Android (requires Google Play Services)
42- implementation 'com.google.maps.android:android-maps-utils:2.2.1 '
42+ implementation 'com.google.maps.android:android-maps-utils:2.2.2 '
4343
4444 // Alternately - Utilities for Maps SDK v3 BETA for Android (does not require Google Play Services)
45- implementation 'com.google.maps.android:android-maps-utils-v3:2.2.1 '
45+ implementation 'com.google.maps.android:android-maps-utils-v3:2.2.2 '
4646}
4747```
4848
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ ext.projectArtifactId = { project ->
114114
115115allprojects {
116116 group = ' com.google.maps.android'
117- version = ' 2.2.1 '
117+ version = ' 2.2.2 '
118118 project. ext. artifactId = rootProject. ext. projectArtifactId(project)
119119}
120120
You can’t perform that action at this time.
0 commit comments