Skip to content

Commit

Permalink
chore(release): 0.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [0.1.2](v0.1.1...v0.1.2) (2024-11-19)

### Bug Fixes

* compress images to reduce size ([#26](#26)) ([50737e5](50737e5))
  • Loading branch information
semantic-release-bot committed Nov 19, 2024
1 parent 50737e5 commit 50b642e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ Add the dependency below to your **module-level** Gradle build file:

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

### Groovy (`build.gradle`)

```groovy
dependencies {
implementation 'com.google.maps.android:places-compose:0.1.1'
implementation 'com.google.maps.android:places-compose:0.1.2'
}
```

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.1.1"
version = "0.1.2"
val projectArtifactId by extra { project.name }
}

0 comments on commit 50b642e

Please sign in to comment.