diff --git a/README.md b/README.md index cb7d91d89..1d92272a7 100644 --- a/README.md +++ b/README.md @@ -258,13 +258,13 @@ To run it, you'll have to: ```groovy dependencies { - implementation 'com.google.maps.android:maps-compose:2.9.1' + implementation 'com.google.maps.android:maps-compose:2.10.0' // Make sure to also include the latest version of the Maps SDK for Android implementation 'com.google.android.gms:play-services-maps:18.0.2' // Optionally, you can include the widgets library if you want to use ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:2.9.1' + implementation 'com.google.maps.android:maps-compose-widgets:2.10.0' } ``` diff --git a/build.gradle b/build.gradle index e15a61845..2eab65b73 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '2.9.1' + version = '2.10.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }