Skip to content

Commit

Permalink
chore(release): 6.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0](v5.0.3...v6.0.0) (2024-07-03)

### Bug Fixes

* fix release step ([#586](#586)) ([e5dc195](e5dc195))
* leverage `@StateFactoryMarker` to flag State object creation without remember or similar mechanisms. ([#516](#516)) ([9ed3f7a](9ed3f7a)), closes [#506](#506)
* Return early in rememberComposeBitmapDescriptor for invalid view size ([#533](#533)) ([db97e65](db97e65))

### BREAKING CHANGES

* leverage @StateFactoryMarker to flag State object creation without remember or similar mechanisms

Co-authored-by: Uli Bubenheimer <[email protected]>
  • Loading branch information
semantic-release-bot and bubenheimer committed Jul 3, 2024
1 parent 9ed3f7a commit 6e6f048
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:5.0.4'
implementation 'com.google.maps.android:maps-compose:6.0.0'
// Optionally, you can include the Compose utils library for Clustering,
// Street View metadata checks, etc.
implementation 'com.google.maps.android:maps-compose-utils:5.0.4'
implementation 'com.google.maps.android:maps-compose-utils:6.0.0'
// Optionally, you can include the widgets library for ScaleBar, etc.
implementation 'com.google.maps.android:maps-compose-widgets:5.0.4'
implementation 'com.google.maps.android:maps-compose-widgets:6.0.0'
}
```

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

Expand Down

0 comments on commit 6e6f048

Please sign in to comment.