From b8df982bbdadc4a0cb0723ea847b9fa690a2e1d6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Sep 2024 16:47:36 +0000 Subject: [PATCH] chore(release): 6.1.2 [skip ci] ## [6.1.2](https://github.com/googlemaps/android-maps-compose/compare/v6.1.1...v6.1.2) (2024-09-03) ### Bug Fixes * enable edge-to-edge in sample ([#614](https://github.com/googlemaps/android-maps-compose/issues/614)) ([a87a3b0](https://github.com/googlemaps/android-maps-compose/commit/a87a3b0c22c72eed89ced9d7e329a204a44a9a5d)) * location tracking activity to component activity ([#617](https://github.com/googlemaps/android-maps-compose/issues/617)) ([a9d2fb5](https://github.com/googlemaps/android-maps-compose/commit/a9d2fb525f9ccab81506ec58e06d706b9ec8fa93)), closes [#614](https://github.com/googlemaps/android-maps-compose/issues/614) --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 426c7c7e5..75e1ae60d 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.3' + implementation 'com.google.maps.android:maps-compose:6.1.2' // 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.3' + implementation 'com.google.maps.android:maps-compose-utils:6.1.2' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:6.1.3' + implementation 'com.google.maps.android:maps-compose-widgets:6.1.2' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index cc372b909..7873b97d6 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.3" + version = "6.1.2" val projectArtifactId by extra { project.name } }