Skip to content

Commit b1c0cb9

Browse files
chore(release): 2.2.5 [skip ci]
## [2.2.5](v2.2.4...v2.2.5) (2021-07-08) ### Performance Improvements * Use LinkedHashSet instead of List in StaticCluster ([#918](#918)) ([1b6e817](1b6e817)), closes [#917](#917)
1 parent e7d4cd0 commit b1c0cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@ You can view the generated [reference docs][javadoc] for a full list of classes
3939
```groovy
4040
dependencies {
4141
// Utilities for Maps SDK for Android (requires Google Play Services)
42-
implementation 'com.google.maps.android:android-maps-utils:2.2.4'
42+
implementation 'com.google.maps.android:android-maps-utils:2.2.5'
4343
4444
// 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'
45+
implementation 'com.google.maps.android:android-maps-utils-v3:2.2.5'
4646
}
4747
```
4848

0 commit comments

Comments
 (0)