Skip to content

Commit

Permalink
chore(release): 3.9.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.9.0](v3.8.3...v3.9.0) (2024-10-08)

### Features

* Try to catch invalid map api keys in the demo ([#1400](#1400)) ([fc7bada](fc7bada))
  • Loading branch information
semantic-release-bot committed Oct 8, 2024
1 parent fc7bada commit a973f5b
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.3'
implementation 'com.google.maps.android:android-maps-utils:3.9.0'
// 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.3'
version = '3.9.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit a973f5b

Please sign in to comment.