diff --git a/README.md b/README.md index 01484b58..2ce3c228 100644 --- a/README.md +++ b/README.md @@ -244,16 +244,16 @@ To run it, you'll have to: ```groovy dependencies { - implementation 'com.google.maps.android:maps-compose:2.7.0' + implementation 'com.google.maps.android:maps-compose:2.7.1' // 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' // Also include Compose version `1.2.0-alpha03` or higher - for example: - implementation 'androidx.compose.foundation:foundation:2.7.0-alpha03' + implementation 'androidx.compose.foundation:foundation:2.7.1-alpha03' // Optionally, you can include the widgets library if you want to use ScaleBar, etc. - implementation 'com.google.maps.android:maps-compose-widgets:2.7.0' + implementation 'com.google.maps.android:maps-compose-widgets:2.7.1' } ``` diff --git a/build.gradle b/build.gradle index 35e8f1f2..594a3ddd 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '2.7.0' + version = '2.7.1' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }