Skip to content

Commit b5d5a6a

Browse files
chore(release): 3.6.0 [skip ci]
# [3.6.0](v3.5.3...v3.6.0) (2023-10-20) ### Features * add additional response values to StreetViewUtil ([#1235](#1235)) ([46a07e3](46a07e3))
1 parent d84a7dc commit b5d5a6a

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.5.3'
40+
implementation 'com.google.maps.android:android-maps-utils:3.6.0'
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
@@ -55,7 +55,7 @@ ext.projectArtifactId = { project ->
5555

5656
allprojects {
5757
group = 'com.google.maps.android'
58-
version = '3.5.3'
58+
version = '3.6.0'
5959
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
6060
}
6161

0 commit comments

Comments
 (0)