Skip to content

Commit

Permalink
chore(release): 2.14.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.14.1](v2.14.0...v2.14.1) (2023-09-14)

### Bug Fixes

* fixed issue when multiple marker managers have been added, for instance in multiple clustering ([#396](#396)) ([ff3f98b](ff3f98b))
  • Loading branch information
semantic-release-bot committed Sep 14, 2023
1 parent ff3f98b commit a68642d
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 @@ -20,16 +20,16 @@ This repository contains [Jetpack Compose][jetpack-compose] components for the [

```groovy
dependencies {
implementation 'com.google.maps.android:maps-compose:2.14.0'
implementation 'com.google.maps.android:maps-compose:2.14.1'
// Make sure to also include the latest version of the Maps SDK for Android
// See latest version at https://goo.gle/android-maps-sdk-version
// Optionally, you can include the Compose utils library for Clustering, etc.
implementation 'com.google.maps.android:maps-compose-utils:2.14.0'
implementation 'com.google.maps.android:maps-compose-utils:2.14.1'
// Optionally, you can include the widgets library for ScaleBar, etc.
implementation 'com.google.maps.android:maps-compose-widgets:2.14.0'
implementation 'com.google.maps.android:maps-compose-widgets:2.14.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ext.projectArtifactId = { project ->

allprojects {
group = 'com.google.maps.android'
version = '2.14.0'
version = '2.14.1'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit a68642d

Please sign in to comment.