File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 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
3737``` groovy
3838dependencies {
3939 // Utilities for Maps SDK for Android (requires Google Play Services)
40- implementation 'com.google.maps.android:android-maps-utils:3.5.2 '
40+ implementation 'com.google.maps.android:android-maps-utils:3.5.3 '
4141
4242 // Optionally add the Kotlin Extensions (KTX) for full Kotlin language support
4343 // 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 ->
5555
5656allprojects {
5757 group = ' com.google.maps.android'
58- version = ' 3.5.2 '
58+ version = ' 3.5.3 '
5959 project. ext. artifactId = rootProject. ext. projectArtifactId(project)
6060}
6161
You can’t perform that action at this time.
0 commit comments