We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45b0cb5 commit ee07fddCopy full SHA for ee07fdd
README.md
@@ -43,7 +43,7 @@ Written guides for using the utilities are published in
43
```groovy
44
dependencies {
45
// Utilities for Maps SDK for Android (requires Google Play Services)
46
- implementation 'com.google.maps.android:android-maps-utils:3.3.0'
+ implementation 'com.google.maps.android:android-maps-utils:3.4.0'
47
}
48
```
49
build.gradle
@@ -55,7 +55,7 @@ ext.projectArtifactId = { project ->
55
56
allprojects {
57
group = 'com.google.maps.android'
58
- version = '3.3.0'
+ version = '3.4.0'
59
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
60
61
0 commit comments