We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f09c6d commit cf9f878Copy full SHA for cf9f878
README.md
@@ -166,7 +166,7 @@ To run it, you'll have to:
166
167
```groovy
168
dependencies {
169
- implementation 'com.google.maps.android:maps-compose:2.1.0'
+ implementation 'com.google.maps.android:maps-compose:2.1.1'
170
171
// Make sure to also include the latest version of the Maps SDK for Android
172
implementation 'com.google.android.gms:play-services-maps:18.0.2'
build.gradle
@@ -30,7 +30,7 @@ ext.projectArtifactId = { project ->
30
31
allprojects {
32
group = 'com.google.maps.android'
33
- version = '2.1.0'
+ version = '2.1.1'
34
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
35
}
36
0 commit comments