Skip to content

Commit

Permalink
chore(release): 5.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.0.0](v4.0.0...v5.0.0) (2023-10-27)

### Bug Fixes

* upgrade build dependencies ([#216](#216)) ([ac28a84](ac28a84))

### BREAKING CHANGES

* Since android-maps-utils v3.2.0 introduced z-index to marker clusters, this change propagates that change. See release notes from android-maps-utils v3.2.0 https://github.com/googlemaps/android-maps-utils/releases/tag/v3.2.0
  • Loading branch information
semantic-release-bot committed Oct 27, 2023
1 parent ac28a84 commit ae9d708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ It enables you to write more concise, idiomatic Kotlin. Each set of extensions c
dependencies {
// KTX for the Maps SDK for Android library
implementation 'com.google.maps.android:maps-ktx:4.0.0'
implementation 'com.google.maps.android:maps-ktx:5.0.0'
// KTX for the Maps SDK for Android Utility Library
implementation 'com.google.maps.android:maps-utils-ktx:4.0.0'
implementation 'com.google.maps.android:maps-utils-ktx:5.0.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ext.projectArtifactId = { project ->
*/
allprojects {
group = 'com.google.maps.android'
version = '4.0.0'
version = '5.0.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)

repositories {
Expand Down

0 comments on commit ae9d708

Please sign in to comment.