From 05c769f249b8e92101be7e7def09c2ab286a4a9d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 13 Jan 2023 19:25:34 +0000 Subject: [PATCH] chore(release): 3.1.0 [skip ci] # [3.1.0](https://github.com/googlemaps/android-maps-utils/compare/v3.0.0...v3.1.0) (2023-01-13) ### Features * exposing getColor function in the ClusterRenderer ([#1130](https://github.com/googlemaps/android-maps-utils/issues/1130)) ([0f0f9bd](https://github.com/googlemaps/android-maps-utils/commit/0f0f9bda48214f40e0ebb7048bbf21cb83356123)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8c65e056..a3b0d2e86 100644 --- a/README.md +++ b/README.md @@ -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.0.0' + implementation 'com.google.maps.android:android-maps-utils:3.1.0' } ``` diff --git a/build.gradle b/build.gradle index b0e26b208..d2db5681d 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '3.0.0' + version = '3.1.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }