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 72a880c commit 68fe062Copy full SHA for 68fe062
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.2.0'
+ implementation 'com.google.maps.android:android-maps-utils:3.3.0'
43
}
44
```
45
build.gradle
@@ -55,7 +55,7 @@ ext.projectArtifactId = { project ->
55
56
allprojects {
57
group = 'com.google.maps.android'
58
- version = '3.2.0'
+ version = '3.3.0'
59
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
60
61
0 commit comments