From f857fc48bf1a05191d363cd8fdb19692b284fc30 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 31 Jan 2024 22:41:04 +0000 Subject: [PATCH] chore(release): 4.3.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [4.3.3](https://github.com/googlemaps/android-maps-compose/compare/v4.3.2...v4.3.3) (2024-01-31) ### Bug Fixes * Use recomposed map listener callbacks rather than only the initially … ([#478](https://github.com/googlemaps/android-maps-compose/issues/478)) ([d14daba](https://github.com/googlemaps/android-maps-compose/commit/d14daba053a446676e37e847a06d4d405f1b0117)), closes [#466](https://github.com/googlemaps/android-maps-compose/issues/466) [#501](https://github.com/googlemaps/android-maps-compose/issues/501) --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 82c7d79c..4f8a341b 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:4.3.2' + implementation 'com.google.maps.android:maps-compose:4.3.3' // Optionally, you can include the Compose utils library for Clustering, // Street View metadata checks, etc. - implementation 'com.google.maps.android:maps-compose-utils:4.3.2' + implementation 'com.google.maps.android:maps-compose-utils:4.3.3' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:4.3.2' + implementation 'com.google.maps.android:maps-compose-widgets:4.3.3' } ``` diff --git a/build.gradle b/build.gradle index b9dab708..50436078 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '4.3.2' + version = '4.3.3' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }