From f79ca07ee7493c286f633d2fbf4319fbd2958809 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 26 Oct 2023 15:52:15 +0000 Subject: [PATCH] chore(release): 3.6.1 [skip ci] ## [3.6.1](https://github.com/googlemaps/android-maps-utils/compare/v3.6.0...v3.6.1) (2023-10-26) ### Bug Fixes * add dokka and fix doc generation ([#1249](https://github.com/googlemaps/android-maps-utils/issues/1249)) ([de47276](https://github.com/googlemaps/android-maps-utils/commit/de4727640a4068c6fd7ae961263e2d6f0490d229)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) }