Skip to content

Commit

Permalink
chore: downgraded version (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
kikoso authored Nov 1, 2024
1 parent 51a488c commit dfdfc69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the dependency below to your **module-level** Gradle build file:

```kotlin
dependencies {
implementation("com.google.maps.android:places-compose:0.2.0")
implementation("com.google.maps.android:places-compose:0.1.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ plugins {

allprojects {
group = "com.google.maps.android"
version = "0.2.0"
version = "0.1.1"
val projectArtifactId by extra { project.name }
}

0 comments on commit dfdfc69

Please sign in to comment.