Skip to content

Commit dfdfc69

Browse files
authored
chore: downgraded version (#23)
1 parent 51a488c commit dfdfc69

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Add the dependency below to your **module-level** Gradle build file:
2727

2828
```kotlin
2929
dependencies {
30-
implementation("com.google.maps.android:places-compose:0.2.0")
30+
implementation("com.google.maps.android:places-compose:0.1.1")
3131
}
3232
```
3333

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ plugins {
1616

1717
allprojects {
1818
group = "com.google.maps.android"
19-
version = "0.2.0"
19+
version = "0.1.1"
2020
val projectArtifactId by extra { project.name }
2121
}

0 commit comments

Comments
 (0)