File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ You can also find Kotlin extensions for this library in [Maps Android KTX][andro
37
37
``` groovy
38
38
dependencies {
39
39
// Utilities for Maps SDK for Android (requires Google Play Services)
40
- implementation 'com.google.maps.android:android-maps-utils:3.6.0 '
40
+ implementation 'com.google.maps.android:android-maps-utils:3.6.1 '
41
41
42
42
// Optionally add the Kotlin Extensions (KTX) for full Kotlin language support
43
43
// See latest version at https://github.com/googlemaps/android-maps-ktx
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ ext.projectArtifactId = { project ->
57
57
58
58
allprojects {
59
59
group = ' com.google.maps.android'
60
- version = ' 3.6.0 '
60
+ version = ' 3.6.1 '
61
61
project. ext. artifactId = rootProject. ext. projectArtifactId(project)
62
62
}
63
63
You can’t perform that action at this time.
0 commit comments