[go: nahoru, domu]

Skip to content

Commit

Permalink
chore(release): 3.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.7.0](v3.6.1...v3.7.0) (2023-10-27)

### Features

* add support for Advanced Markers ([#1243](#1243)) ([c4cd47c](c4cd47c)), closes [/developers.google.com/maps/documentation/android-sdk/release-notes#October_18_2023](https://github.com//developers.google.com/maps/documentation/android-sdk/release-notes/issues/October_18_2023)
  • Loading branch information
semantic-release-bot committed Oct 27, 2023
1 parent c4cd47c commit 3ccfc37
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 @@ -37,7 +37,7 @@ You can also find Kotlin extensions for this library in [Maps Android KTX][andro
```groovy
dependencies {
// Utilities for Maps SDK for Android (requires Google Play Services)
implementation 'com.google.maps.android:android-maps-utils:3.6.1'
implementation 'com.google.maps.android:android-maps-utils:3.7.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.6.1'
version = '3.7.0'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit 3ccfc37

Please sign in to comment.