From 68fe062a6057a9d5daba485dcfb3291e606fdce0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 24 Jan 2023 18:51:00 +0000 Subject: [PATCH] chore(release): 3.3.0 [skip ci] # [3.3.0](https://github.com/googlemaps/android-maps-utils/compare/v3.2.0...v3.3.0) (2023-01-24) ### Features * Add function to set text appearance for cluster ([#1150](https://github.com/googlemaps/android-maps-utils/issues/1150)) ([72a880c](https://github.com/googlemaps/android-maps-utils/commit/72a880cb49d4b2d306a77ec0a3e228e642aeb0ce)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37b647b63..efa61e7c0 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.2.0' + implementation 'com.google.maps.android:android-maps-utils:3.3.0' } ``` diff --git a/build.gradle b/build.gradle index 45518f887..d56498df2 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '3.2.0' + version = '3.3.0' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }