diff --git a/README.md b/README.md index aa9a3b113..c0c3353d6 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.6.0' + implementation 'com.google.maps.android:android-maps-utils:3.6.1' // 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 296368fb5..2a9f6f673 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '3.6.0' + version = '3.6.1' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }