Skip to content

Commit 684dd00

Browse files
semantic-release-botkikoso
authored andcommitted
chore(release): 5.0.4 [skip ci]
## [5.0.4](v5.0.3...v5.0.4) (2024-06-20) ### Bug Fixes * fix release step ([#586](#586)) ([e5dc195](e5dc195)) * Return early in rememberComposeBitmapDescriptor for invalid view size ([#533](#533)) ([db97e65](db97e65))
1 parent 943c05c commit 684dd00

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as
2222

2323
```groovy
2424
dependencies {
25-
implementation 'com.google.maps.android:maps-compose:5.0.3'
25+
implementation 'com.google.maps.android:maps-compose:5.0.4'
2626
2727
// Optionally, you can include the Compose utils library for Clustering,
2828
// Street View metadata checks, etc.
29-
implementation 'com.google.maps.android:maps-compose-utils:5.0.3'
29+
implementation 'com.google.maps.android:maps-compose-utils:5.0.4'
3030
3131
// Optionally, you can include the widgets library for ScaleBar, etc.
32-
implementation 'com.google.maps.android:maps-compose-widgets:5.0.3'
32+
implementation 'com.google.maps.android:maps-compose-widgets:5.0.4'
3333
}
3434
```
3535

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ val projectArtifactId by extra { project: Project ->
3232

3333
allprojects {
3434
group = "com.google.maps.android"
35-
version = "5.0.3"
35+
version = "5.0.4"
3636
val projectArtifactId by extra { project.name }
3737
}
3838

0 commit comments

Comments
 (0)