diff --git a/README.md b/README.md index b400700f..e31848ce 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ 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:3.1.0' + implementation 'com.google.maps.android:maps-compose:3.1.1' // Optionally, you can include the Compose utils library for Clustering, etc. - implementation 'com.google.maps.android:maps-compose-utils:3.1.0' + implementation 'com.google.maps.android:maps-compose-utils:3.1.1' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:3.1.0' + implementation 'com.google.maps.android:maps-compose-widgets:3.1.1' } ``` diff --git a/build.gradle b/build.gradle index 6ad95d71..f2e3bec6 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '3.1.0' + version = '3.1.1' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }