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 e7d4cd0 commit b1c0cb9Copy full SHA for b1c0cb9
README.md
@@ -39,10 +39,10 @@ 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.2.4'
+ implementation 'com.google.maps.android:android-maps-utils:2.2.5'
43
44
// Alternately - Utilities for Maps SDK v3 BETA for Android (does not require Google Play Services)
45
- implementation 'com.google.maps.android:android-maps-utils-v3:2.2.4'
+ implementation 'com.google.maps.android:android-maps-utils-v3:2.2.5'
46
}
47
```
48
0 commit comments