Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.1...v3.2.0) (2023-01-24)

### Features

* Add z-index to cluster markers ([#1136](#1136)) ([2a74367](2a74367))
  • Loading branch information
semantic-release-bot committed Jan 24, 2023
1 parent 2a74367 commit c15063e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ You can view the generated [reference docs][javadoc] for a full list of classes
```groovy
dependencies {
// Utilities for Maps SDK for Android (requires Google Play Services)
implementation 'com.google.maps.android:android-maps-utils:3.1.1'
implementation 'com.google.maps.android:android-maps-utils:3.2.0'
}
```

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

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

Expand Down

0 comments on commit c15063e

Please sign in to comment.