Skip to content

Commit

Permalink
chore(release): 3.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [3.8.2](v3.8.1...v3.8.2) (2023-12-20)

### Bug Fixes

* IllegalArgumentException is clearer than ArrayIndexOutOfBounds ([#1241](#1241)) ([9c882be](9c882be))
  • Loading branch information
semantic-release-bot committed Dec 20, 2023
1 parent 9c882be commit b252b43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit b252b43

Please sign in to comment.