From 3ccfc37e2b694426be02e72d6eb738b45b5c4aad Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Oct 2023 19:27:48 +0000 Subject: [PATCH] chore(release): 3.7.0 [skip ci] # [3.7.0](https://github.com/googlemaps/android-maps-utils/compare/v3.6.1...v3.7.0) (2023-10-27) ### Features * add support for Advanced Markers ([#1243](https://github.com/googlemaps/android-maps-utils/issues/1243)) ([c4cd47c](https://github.com/googlemaps/android-maps-utils/commit/c4cd47c2cc0f5da091e66f9dc54c968c9c2c6b10)), closes [/developers.google.com/maps/documentation/android-sdk/release-notes#October_18_2023](https://github.com//developers.google.com/maps/documentation/android-sdk/release-notes/issues/October_18_2023) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 643852de8..014a82df8 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.1' + implementation 'com.google.maps.android:android-maps-utils:3.7.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 2a9f6f673..1d9ac09ce 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '3.6.1' + version = '3.7.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }