Skip to content

Commit

Permalink
chore(release): 6.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [6.1.2](v6.1.1...v6.1.2) (2024-09-03)

### Bug Fixes

* enable edge-to-edge in sample ([#614](#614)) ([a87a3b0](a87a3b0))
* location tracking activity to component activity ([#617](#617)) ([a9d2fb5](a9d2fb5)), closes [#614](#614)
  • Loading branch information
semantic-release-bot committed Sep 3, 2024
1 parent 91b40fa commit b8df982
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as

```groovy
dependencies {
implementation 'com.google.maps.android:maps-compose:6.1.3'
implementation 'com.google.maps.android:maps-compose:6.1.2'
// Optionally, you can include the Compose utils library for Clustering,
// Street View metadata checks, etc.
implementation 'com.google.maps.android:maps-compose-utils:6.1.3'
implementation 'com.google.maps.android:maps-compose-utils:6.1.2'
// Optionally, you can include the widgets library for ScaleBar, etc.
implementation 'com.google.maps.android:maps-compose-widgets:6.1.3'
implementation 'com.google.maps.android:maps-compose-widgets:6.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 @@ -32,7 +32,7 @@ val projectArtifactId by extra { project: Project ->

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

Expand Down

0 comments on commit b8df982

Please # to comment.