From a815a78ac94047a06aaf1f1b18b9399c7b547a01 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Oct 2024 16:27:24 +0000 Subject: [PATCH] chore(release): 6.2.0 [skip ci] # [6.2.0](https://github.com/googlemaps/android-maps-compose/compare/v6.1.2...v6.2.0) (2024-10-29) ### Features * customize MarkerInfoWindow's Marker using Composable ([#384](https://github.com/googlemaps/android-maps-compose/issues/384)) ([6dfe858](https://github.com/googlemaps/android-maps-compose/commit/6dfe858f43c14b20ce66e8c8dbaf557195c6caf5)) --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 75e1ae60..9684580c 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as ```groovy dependencies { - implementation 'com.google.maps.android:maps-compose:6.1.2' + implementation 'com.google.maps.android:maps-compose:6.2.0' // Optionally, you can include the Compose utils library for Clustering, // Street View metadata checks, etc. - implementation 'com.google.maps.android:maps-compose-utils:6.1.2' + implementation 'com.google.maps.android:maps-compose-utils:6.2.0' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:6.1.2' + implementation 'com.google.maps.android:maps-compose-widgets:6.2.0' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 36322b7a..2d36b39f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ val projectArtifactId by extra { project: Project -> allprojects { group = "com.google.maps.android" - version = "6.1.2" + version = "6.2.0" val projectArtifactId by extra { project.name } }