Skip to content

Commit c7094af

Browse files
chore(release): 6.5.3 [skip ci]
## [6.5.3](v6.5.2...v6.5.3) (2025-04-18) ### Bug Fixes * fixed issue on MarkerComposable ([#701](#701)) ([0c51438](0c51438))
1 parent 0c51438 commit c7094af

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ You no longer need to specify the Maps SDK for Android or its Utility Library as
2929

3030
```groovy
3131
dependencies {
32-
implementation 'com.google.maps.android:maps-compose:6.5.2'
32+
implementation 'com.google.maps.android:maps-compose:6.5.3'
3333
3434
// Optionally, you can include the Compose utils library for Clustering,
3535
// Street View metadata checks, etc.
36-
implementation 'com.google.maps.android:maps-compose-utils:6.5.2'
36+
implementation 'com.google.maps.android:maps-compose-utils:6.5.3'
3737
3838
// Optionally, you can include the widgets library for ScaleBar, etc.
39-
implementation 'com.google.maps.android:maps-compose-widgets:6.5.2'
39+
implementation 'com.google.maps.android:maps-compose-widgets:6.5.3'
4040
}
4141
```
4242

build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ val projectArtifactId by extra { project: Project ->
3434

3535
allprojects {
3636
group = "com.google.maps.android"
37-
version = "6.5.2"
37+
version = "6.5.3"
3838
val projectArtifactId by extra { project.name }
3939
}
4040

0 commit comments

Comments
 (0)