Skip to content

Commit ee07fdd

Browse files
chore(release): 3.4.0 [skip ci]
# [3.4.0](v3.3.0...v3.4.0) (2023-02-09) ### Features * Add marker animation util ([#1151](#1151)) ([45b0cb5](45b0cb5))
1 parent 45b0cb5 commit ee07fdd

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
@@ -43,7 +43,7 @@ Written guides for using the utilities are published in
4343
```groovy
4444
dependencies {
4545
// Utilities for Maps SDK for Android (requires Google Play Services)
46-
implementation 'com.google.maps.android:android-maps-utils:3.3.0'
46+
implementation 'com.google.maps.android:android-maps-utils:3.4.0'
4747
}
4848
```
4949

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.3.0'
58+
version = '3.4.0'
5959
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
6060
}
6161

0 commit comments

Comments
 (0)