Skip to content

Commit 442aa41

Browse files
chore(release): 4.1.0 [skip ci]
# [4.1.0](v4.0.0...v4.1.0) (2023-10-28) ### Features * add support for Advanced Markers ([#440](#440)) ([d949465](d949465)), closes [/developers.google.com/maps/documentation/android-sdk/release-notes#October_18_2023](https://github.com//developers.google.com/maps/documentation/android-sdk/release-notes/issues/October_18_2023)
1 parent d949465 commit 442aa41

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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:4.0.0'
25+
implementation 'com.google.maps.android:maps-compose:4.1.0'
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:4.0.0'
29+
implementation 'com.google.maps.android:maps-compose-utils:4.1.0'
3030
3131
// Optionally, you can include the widgets library for ScaleBar, etc.
32-
implementation 'com.google.maps.android:maps-compose-widgets:4.0.0'
32+
implementation 'com.google.maps.android:maps-compose-widgets:4.1.0'
3333
}
3434
```
3535

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ext.projectArtifactId = { project ->
3030

3131
allprojects {
3232
group = 'com.google.maps.android'
33-
version = '4.0.0'
33+
version = '4.1.0'
3434
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
3535
}
3636

0 commit comments

Comments
 (0)