We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22b5065 commit 7968288Copy full SHA for 7968288
2 files changed
README.md
@@ -27,15 +27,15 @@ 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.1.3")
+ implementation("com.google.maps.android:places-compose:0.2.0")
31
}
32
```
33
34
### Groovy (`build.gradle`)
35
36
```groovy
37
38
- implementation 'com.google.maps.android:places-compose:0.1.3'
+ implementation 'com.google.maps.android:places-compose:0.2.0'
39
40
41
build.gradle.kts
@@ -16,6 +16,6 @@ plugins {
16
17
allprojects {
18
group = "com.google.maps.android"
19
- version = "0.1.3"
+ version = "0.2.0"
20
val projectArtifactId by extra { project.name }
21
0 commit comments