Skip to content

Commit 8ec4813

Browse files
chore(release): 3.5.0 [skip ci]
# [3.5.0](v3.4.0...v3.5.0) (2023-08-04) ### Features * added StreetViewUtil ([#1200](#1200)) ([83f961d](83f961d))
1 parent 83f961d commit 8ec4813

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
@@ -37,7 +37,7 @@ You can also find Kotlin extensions for this library [here][android-maps-ktx].
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.4.0'
40+
implementation 'com.google.maps.android:android-maps-utils:3.5.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

Lines changed: 1 addition & 1 deletion
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.4.0'
58+
version = '3.5.0'
5959
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
6060
}
6161

0 commit comments

Comments
 (0)