diff --git a/README.md b/README.md index 092bfb20e..fbffb674f 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.0.1' + implementation 'com.google.maps.android:maps-compose:6.1.0' // Optionally, you can include the Compose utils library for Clustering, // Street View metadata checks, etc. - implementation 'com.google.maps.android:maps-compose-utils:6.0.1' + implementation 'com.google.maps.android:maps-compose-utils:6.1.0' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:6.0.1' + implementation 'com.google.maps.android:maps-compose-widgets:6.1.0' } ``` diff --git a/build.gradle.kts b/build.gradle.kts index 42b72c6e0..4f53ee479 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.0.1" + version = "6.1.0" val projectArtifactId by extra { project.name } }