From 3663c740f790f024ebc362e7c980d2c9d02075b0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Jan 2025 22:55:35 +0000 Subject: [PATCH] chore(release): 6.4.3 [skip ci] ## [6.4.3](https://github.com/googlemaps/android-maps-compose/compare/v6.4.2...v6.4.3) (2025-01-29) ### Bug Fixes * minor enhancements for DraggableMarkersCollectionWithPolygonActivity ([#674](https://github.com/googlemaps/android-maps-compose/issues/674)) ([af9b873](https://github.com/googlemaps/android-maps-compose/commit/af9b873b3c0392f0200ac75bbdff5b6b806f9e09)) --- README.md | 6 +++--- build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc9193f9..6ebc9320 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.4.2' + implementation 'com.google.maps.android:maps-compose:6.4.3' // Optionally, you can include the Compose utils library for Clustering, // Street View metadata checks, etc. - implementation 'com.google.maps.android:maps-compose-utils:6.4.2' + implementation 'com.google.maps.android:maps-compose-utils:6.4.3' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:6.4.2' + implementation 'com.google.maps.android:maps-compose-widgets:6.4.3' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 35461292..7407e296 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.4.2" + version = "6.4.3" val projectArtifactId by extra { project.name } }