diff --git a/README.md b/README.md index 9b99e3d7..685b4deb 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ To run it, you'll have to: ```groovy dependencies { - implementation 'com.google.maps.android:maps-compose:2.0.0' + implementation 'com.google.maps.android:maps-compose:2.1.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' diff --git a/build.gradle b/build.gradle index 64183f0e..4d42ab67 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '2.0.0' + version = '2.1.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }