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 51a488c commit dfdfc69Copy full SHA for dfdfc69
README.md
@@ -27,7 +27,7 @@ Add the dependency below to your **module-level** Gradle build file:
27
28
```kotlin
29
dependencies {
30
- implementation("com.google.maps.android:places-compose:0.2.0")
+ implementation("com.google.maps.android:places-compose:0.1.1")
31
}
32
```
33
build.gradle.kts
@@ -16,6 +16,6 @@ plugins {
16
17
allprojects {
18
group = "com.google.maps.android"
19
- version = "0.2.0"
+ version = "0.1.1"
20
val projectArtifactId by extra { project.name }
21
0 commit comments