diff --git a/README.md b/README.md index 878c4101f..cec4a7672 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:2.15.0' + implementation 'com.google.maps.android:maps-compose:3.0.0' // Optionally, you can include the Compose utils library for Clustering, etc. - implementation 'com.google.maps.android:maps-compose-utils:2.15.0' + implementation 'com.google.maps.android:maps-compose-utils:3.0.0' // Optionally, you can include the widgets library for ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:2.15.0' + implementation 'com.google.maps.android:maps-compose-widgets:3.0.0' } ``` diff --git a/build.gradle b/build.gradle index 02b6cdedf..99add1953 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '2.15.0' + version = '3.0.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }