From 70f0cc312ac01848eea595b826a2b356c7c75af3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 3 May 2024 18:25:27 +0000 Subject: [PATCH] chore(release): 4.4.2 [skip ci] ## [4.4.2](https://github.com/googlemaps/android-maps-compose/compare/v4.4.1...v4.4.2) (2024-05-03) ### Bug Fixes * metric ScaleBar text not rendering correctly ([#527](https://github.com/googlemaps/android-maps-compose/issues/527)) ([#563](https://github.com/googlemaps/android-maps-compose/issues/563)) ([5c1cb5d](https://github.com/googlemaps/android-maps-compose/commit/5c1cb5d5e87038bae489747ca8db929d364816c4)) --- README.md | 6 +++--- build.gradle | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71400d4a..ec9fd8a8 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.4.1' + implementation 'com.google.maps.android:maps-compose:4.4.2' // Optionally, you can include the Compose utils library for Clustering, // Street View metadata checks, etc. - implementation 'com.google.maps.android:maps-compose-utils:4.4.1' + implementation 'com.google.maps.android:maps-compose-utils:4.4.2' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:4.4.1' + implementation 'com.google.maps.android:maps-compose-widgets:4.4.2' } ``` diff --git a/build.gradle b/build.gradle index 82233353..b126283d 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '4.4.1' + version = '4.4.2' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }