Skip to content

Commit 7968288

Browse files
chore(release): 0.2.0 [skip ci]
# [0.2.0](v0.1.3...v0.2.0) (2025-10-03) ### Features * updated to places 5.0.0 ([#49](#49)) ([22b5065](22b5065))
1 parent 22b5065 commit 7968288

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ 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.1.3")
30+
implementation("com.google.maps.android:places-compose:0.2.0")
3131
}
3232
```
3333

3434
### Groovy (`build.gradle`)
3535

3636
```groovy
3737
dependencies {
38-
implementation 'com.google.maps.android:places-compose:0.1.3'
38+
implementation 'com.google.maps.android:places-compose:0.2.0'
3939
}
4040
```
4141

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.1.3"
19+
version = "0.2.0"
2020
val projectArtifactId by extra { project.name }
2121
}

0 commit comments

Comments
 (0)