Skip to content

Commit f79ca07

Browse files
chore(release): 3.6.1 [skip ci]
## [3.6.1](v3.6.0...v3.6.1) (2023-10-26) ### Bug Fixes * add dokka and fix doc generation ([#1249](#1249)) ([de47276](de47276))
1 parent de47276 commit f79ca07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ You can also find Kotlin extensions for this library in [Maps Android KTX][andro
3737
```groovy
3838
dependencies {
3939
// Utilities for Maps SDK for Android (requires Google Play Services)
40-
implementation 'com.google.maps.android:android-maps-utils:3.6.0'
40+
implementation 'com.google.maps.android:android-maps-utils:3.6.1'
4141
4242
// Optionally add the Kotlin Extensions (KTX) for full Kotlin language support
4343
// See latest version at https://github.com/googlemaps/android-maps-ktx

build.gradle

+1-1
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.6.0'
60+
version = '3.6.1'
6161
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
6262
}
6363

0 commit comments

Comments
 (0)