From 46bca380e930ff9723d3a5266e2e3c81fb9a20c4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 23 Aug 2023 19:27:58 +0000 Subject: [PATCH] chore(release): 3.5.3 [skip ci] ## [3.5.3](https://github.com/googlemaps/android-maps-utils/compare/v3.5.2...v3.5.3) (2023-08-23) ### Bug Fixes * null check in onAnimationUpdate ([#1161](https://github.com/googlemaps/android-maps-utils/issues/1161)) ([3a5e35e](https://github.com/googlemaps/android-maps-utils/commit/3a5e35e460bfb2e2f7af4d26d0742a678838bb2b)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 780a6110a..b414fc423 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You can also find Kotlin extensions for this library in [Maps Android KTX][andro ```groovy dependencies { // Utilities for Maps SDK for Android (requires Google Play Services) - implementation 'com.google.maps.android:android-maps-utils:3.5.2' + implementation 'com.google.maps.android:android-maps-utils:3.5.3' // Optionally add the Kotlin Extensions (KTX) for full Kotlin language support // See latest version at https://github.com/googlemaps/android-maps-ktx diff --git a/build.gradle b/build.gradle index 33113674c..c6d793cac 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '3.5.2' + version = '3.5.3' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }