From ae9d708ff975ff68b3728b0c55f081dc9a95ac8d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 27 Oct 2023 23:07:14 +0000 Subject: [PATCH] chore(release): 5.0.0 [skip ci] # [5.0.0](https://github.com/googlemaps/android-maps-ktx/compare/v4.0.0...v5.0.0) (2023-10-27) ### Bug Fixes * upgrade build dependencies ([#216](https://github.com/googlemaps/android-maps-ktx/issues/216)) ([ac28a84](https://github.com/googlemaps/android-maps-ktx/commit/ac28a841909b12376252cc5efb99893a0f657cb1)) ### BREAKING CHANGES * Since android-maps-utils v3.2.0 introduced z-index to marker clusters, this change propagates that change. See release notes from android-maps-utils v3.2.0 https://github.com/googlemaps/android-maps-utils/releases/tag/v3.2.0 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b0a4f427..2da75c30 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ It enables you to write more concise, idiomatic Kotlin. Each set of extensions c dependencies { // KTX for the Maps SDK for Android library - implementation 'com.google.maps.android:maps-ktx:4.0.0' + implementation 'com.google.maps.android:maps-ktx:5.0.0' // KTX for the Maps SDK for Android Utility Library - implementation 'com.google.maps.android:maps-utils-ktx:4.0.0' + implementation 'com.google.maps.android:maps-utils-ktx:5.0.0' } ``` diff --git a/build.gradle b/build.gradle index be11ab4a..bfd32288 100644 --- a/build.gradle +++ b/build.gradle @@ -89,7 +89,7 @@ ext.projectArtifactId = { project -> */ allprojects { group = 'com.google.maps.android' - version = '4.0.0' + version = '5.0.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) repositories {