Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.6...v2.3.0) (2021-10-20)

### Features

* Add overridable shouldRender() method for use case of rendering when cluster doesn't change ([#996](#996)) ([165534c](165534c)), closes [#774](#774) [#774](#774)
  • Loading branch information
semantic-release-bot committed Oct 20, 2021
1 parent 845b50e commit d6ca95b
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 @@ -39,10 +39,10 @@ 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:2.2.6'
implementation 'com.google.maps.android:android-maps-utils:2.3.0'
// (Deprecated) Alternately - Utilities for Maps SDK v3 BETA for Android (does not require Google Play Services)
implementation 'com.google.maps.android:android-maps-utils-v3:2.2.6'
implementation 'com.google.maps.android:android-maps-utils-v3:2.3.0'
}
```

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

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

Expand Down

0 comments on commit d6ca95b

Please sign in to comment.