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 15b90fe commit c1bbe1dCopy full SHA for c1bbe1d
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:2.4.1'
+ implementation 'com.google.maps.android:android-maps-utils:3.0.0'
43
}
44
```
45
build.gradle
@@ -73,7 +73,7 @@ ext.projectArtifactId = { project ->
73
74
allprojects {
75
group = 'com.google.maps.android'
76
- version = '2.4.1'
+ version = '3.0.0'
77
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
78
79
0 commit comments