Skip to content

Commit a973f5b

Browse files
chore(release): 3.9.0 [skip ci]
# [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))
1 parent fc7bada commit a973f5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies {
3939
// Utilities for Maps SDK for Android (requires Google Play Services)
4040
// You do not need to add a separate dependency for the Maps SDK for Android
4141
// since this library builds in the compatible version of the Maps SDK.
42-
implementation 'com.google.maps.android:android-maps-utils:3.8.3'
42+
implementation 'com.google.maps.android:android-maps-utils:3.9.0'
4343
4444
// Optionally add the Kotlin Extensions (KTX) for full Kotlin language support
4545
// See latest version at https://github.com/googlemaps/android-maps-ktx

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ext.projectArtifactId = { project ->
5757

5858
allprojects {
5959
group = 'com.google.maps.android'
60-
version = '3.8.3'
60+
version = '3.9.0'
6161
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
6262
}
6363

0 commit comments

Comments
 (0)