From ea4ae91783d721c6c316c0f098505072080d2731 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jul 2024 19:55:02 +0000 Subject: [PATCH] chore(release): 6.0.1 [skip ci] ## [6.0.1](https://github.com/googlemaps/android-maps-compose/compare/v6.0.0...v6.0.1) (2024-07-09) ### Bug Fixes * using Java 1.8 ([#600](https://github.com/googlemaps/android-maps-compose/issues/600)) ([c6333ef](https://github.com/googlemaps/android-maps-compose/commit/c6333ef82d6f1add24046c519ae07bef42c38574)) --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 116a2b368..092bfb20e 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.0.0' + implementation 'com.google.maps.android:maps-compose:6.0.1' // Optionally, you can include the Compose utils library for Clustering, // Street View metadata checks, etc. - implementation 'com.google.maps.android:maps-compose-utils:6.0.0' + implementation 'com.google.maps.android:maps-compose-utils:6.0.1' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:6.0.0' + implementation 'com.google.maps.android:maps-compose-widgets:6.0.1' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 774760a19..42b72c6e0 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.0.0" + version = "6.0.1" val projectArtifactId by extra { project.name } }