Skip to content

Commit 94663c3

Browse files
chore(release): 2.2.6 [skip ci]
## [2.2.6](v2.2.5...v2.2.6) (2021-09-15) ### Bug Fixes * MapObjectManager.Collection object order ([#972](#972)) ([e6276a9](e6276a9)), closes [#846](#846) * Update appcompat to avoid "OnClickXmlDetector called context.getMainProject()" lint error ([#974](#974)) ([dbfdbc7](dbfdbc7))
1 parent dbfdbc7 commit 94663c3

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.5'
42+
implementation 'com.google.maps.android:android-maps-utils:2.2.6'
4343
4444
// (Deprecated) 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.5'
45+
implementation 'com.google.maps.android:android-maps-utils-v3:2.2.6'
4646
}
4747
```
4848

build.gradle

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

9999
allprojects {
100100
group = 'com.google.maps.android'
101-
version = '2.2.5'
101+
version = '2.2.6'
102102
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
103103
}
104104

0 commit comments

Comments
 (0)