Skip to content

Commit a241459

Browse files
chore(release): 2.2.2 [skip ci]
## [2.2.2](v2.2.1...v2.2.2) (2021-03-23) ### Bug Fixes * Make Dependabot work ([#828](#828)) ([6ed4380](6ed4380))
1 parent 6ed4380 commit a241459

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.1'
42+
implementation 'com.google.maps.android:android-maps-utils:2.2.2'
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.1'
45+
implementation 'com.google.maps.android:android-maps-utils-v3:2.2.2'
4646
}
4747
```
4848

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ ext.projectArtifactId = { project ->
114114

115115
allprojects {
116116
group = 'com.google.maps.android'
117-
version = '2.2.1'
117+
version = '2.2.2'
118118
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
119119
}
120120

0 commit comments

Comments
 (0)