From b252b432d28387eda033d90ff525709e51aa5198 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 20 Dec 2023 10:49:10 +0000 Subject: [PATCH] chore(release): 3.8.2 [skip ci] ## [3.8.2](https://github.com/googlemaps/android-maps-utils/compare/v3.8.1...v3.8.2) (2023-12-20) ### Bug Fixes * IllegalArgumentException is clearer than ArrayIndexOutOfBounds ([#1241](https://github.com/googlemaps/android-maps-utils/issues/1241)) ([9c882be](https://github.com/googlemaps/android-maps-utils/commit/9c882bea3dcf7d983619dc5acdd0b3219bc6eee6)) --- README.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef8316f70..428d0b73a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ dependencies { // Utilities for Maps SDK for Android (requires Google Play Services) // You do not need to add a separate dependency for the Maps SDK for Android // since this library builds in the compatible version of the Maps SDK. - implementation 'com.google.maps.android:android-maps-utils:3.8.1' + implementation 'com.google.maps.android:android-maps-utils:3.8.2' // 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 194630566..0c6bff7c6 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ ext.projectArtifactId = { project -> allprojects { group = 'com.google.maps.android' - version = '3.8.1' + version = '3.8.2' project.ext.artifactId = rootProject.ext.projectArtifactId(project) }