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
39
39
``` groovy
40
40
dependencies {
41
41
// Utilities for Maps SDK for Android (requires Google Play Services)
42
- implementation 'com.google.maps.android:android-maps-utils:2.2.5 '
42
+ implementation 'com.google.maps.android:android-maps-utils:2.2.6 '
43
43
44
44
// (Deprecated) 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.5 '
45
+ implementation 'com.google.maps.android:android-maps-utils-v3:2.2.6 '
46
46
}
47
47
```
48
48
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ ext.projectArtifactId = { project ->
98
98
99
99
allprojects {
100
100
group = ' com.google.maps.android'
101
- version = ' 2.2.5 '
101
+ version = ' 2.2.6 '
102
102
project. ext. artifactId = rootProject. ext. projectArtifactId(project)
103
103
}
104
104
You can’t perform that action at this time.
0 commit comments