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 [here][android-maps-ktx].
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.4 .0'
40
+ implementation 'com.google.maps.android:android-maps-utils:3.5 .0'
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 @@ -55,7 +55,7 @@ ext.projectArtifactId = { project ->
55
55
56
56
allprojects {
57
57
group = ' com.google.maps.android'
58
- version = ' 3.4 .0'
58
+ version = ' 3.5 .0'
59
59
project. ext. artifactId = rootProject. ext. projectArtifactId(project)
60
60
}
61
61
You can’t perform that action at this time.
0 commit comments