diff --git a/README.md b/README.md index 226017a58..82c7d79cc 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.1' + implementation 'com.google.maps.android:maps-compose:4.3.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.3.1' + implementation 'com.google.maps.android:maps-compose-utils:4.3.2' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:4.3.1' + implementation 'com.google.maps.android:maps-compose-widgets:4.3.2' } ``` diff --git a/build.gradle b/build.gradle index 75e7ecbb4..b9dab7085 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '4.3.1' + version = '4.3.2' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }