From 57bd10c1ad2ad1030c818d8dbf116000f88227f9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 22 Sep 2023 09:07:58 +0000 Subject: [PATCH] chore(release): 2.15.0 [skip ci] # [2.15.0](https://github.com/googlemaps/android-maps-compose/compare/v2.14.1...v2.15.0) (2023-09-22) ### Features * updating configuration to generate multimodule documentation ([#401](https://github.com/googlemaps/android-maps-compose/issues/401)) ([f6baafc](https://github.com/googlemaps/android-maps-compose/commit/f6baafceb439d579916866fe5aef45a38d365b78)) --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0c551ad1d..b24a2540f 100644 --- a/README.md +++ b/README.md @@ -20,16 +20,16 @@ This repository contains [Jetpack Compose][jetpack-compose] components for the [ ```groovy dependencies { - implementation 'com.google.maps.android:maps-compose:2.14.1' + implementation 'com.google.maps.android:maps-compose:2.15.0' // Make sure to also include the latest version of the Maps SDK for Android // See latest version at https://goo.gle/android-maps-sdk-version // Optionally, you can include the Compose utils library for Clustering, etc. - implementation 'com.google.maps.android:maps-compose-utils:2.14.1' + implementation 'com.google.maps.android:maps-compose-utils:2.15.0' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:2.14.1' + implementation 'com.google.maps.android:maps-compose-widgets:2.15.0' } ``` diff --git a/build.gradle b/build.gradle index 891921b04..503e9d46e 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '2.14.1' + version = '2.15.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }