Skip to content

Commit 4dcff31

Browse files
chore(release): 0.1.3 [skip ci]
## [0.1.3](v0.1.2...v0.1.3) (2025-03-20) ### Bug Fixes * **build:** Update library versions and mark demo activities as exported ([#34](#34)) ([313db2a](313db2a)) * Improve detection of unset API keys ([#31](#31)) ([0289bb4](0289bb4))
1 parent 313db2a commit 4dcff31

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.2")
30+
implementation("com.google.maps.android:places-compose:0.1.3")
3131
}
3232
```
3333

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

3636
```groovy
3737
dependencies {
38-
implementation 'com.google.maps.android:places-compose:0.1.2'
38+
implementation 'com.google.maps.android:places-compose:0.1.3'
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.2"
19+
version = "0.1.3"
2020
val projectArtifactId by extra { project.name }
2121
}

0 commit comments

Comments
 (0)