diff --git a/README.md b/README.md index 8d162b192..aa9a3b113 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can also find Kotlin extensions for this library in [Maps Android KTX][andro ```groovy dependencies { // Utilities for Maps SDK for Android (requires Google Play Services) - implementation 'com.google.maps.android:android-maps-utils:3.5.3' + implementation 'com.google.maps.android:android-maps-utils:3.6.0' // Optionally add the Kotlin Extensions (KTX) for full Kotlin language support // See latest version at https://github.com/googlemaps/android-maps-ktx diff --git a/build.gradle b/build.gradle index b804026c8..d138c86b3 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '3.5.3' + version = '3.6.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }