Skip to content

Commit

Permalink
chore(release): 2.11.4 [skip ci]
Browse files Browse the repository at this point in the history
## [2.11.4](v2.11.3...v2.11.4) (2023-03-29)

### Bug Fixes

* Fix NoSuchElementException when rendering custom cluster content ([#280](#280)) ([3dfd6bf](3dfd6bf))
  • Loading branch information
semantic-release-bot committed Mar 29, 2023
1 parent 3dfd6bf commit abb3e35
Showing 1 changed file with 1 addition and 1 deletion.
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.11.3'
version = '2.11.4'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit abb3e35

Please sign in to comment.