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 2f0320f commit 0a9ddeaCopy full SHA for 0a9ddea
README.md
@@ -39,7 +39,7 @@ You can view the generated [reference docs][javadoc] for a full list of classes
39
```groovy
40
dependencies {
41
// Utilities for Maps SDK for Android (requires Google Play Services)
42
- implementation 'com.google.maps.android:android-maps-utils:3.1.0'
+ implementation 'com.google.maps.android:android-maps-utils:3.1.1'
43
}
44
```
45
build.gradle
@@ -55,7 +55,7 @@ ext.projectArtifactId = { project ->
55
56
allprojects {
57
group = 'com.google.maps.android'
58
- version = '3.1.0'
+ version = '3.1.1'
59
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
60
61
0 commit comments