Skip to content

Commit

Permalink
chore(release): 2.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.1](v2.2.0...v2.2.1) (2021-03-22)

### Bug Fixes

* **KmlStyle:** Correctly parse outline when its declared but value is zero ([#825](#825)) ([816aac0](816aac0))
  • Loading branch information
semantic-release-bot committed Mar 22, 2021
1 parent 816aac0 commit 68ee637
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ You can view the generated [reference docs][javadoc] for a full list of classes
```groovy
dependencies {
// Utilities for Maps SDK for Android (requires Google Play Services)
implementation 'com.google.maps.android:android-maps-utils:2.2.0'
implementation 'com.google.maps.android:android-maps-utils:2.2.1'
// Alternately - Utilities for Maps SDK v3 BETA for Android (does not require Google Play Services)
implementation 'com.google.maps.android:android-maps-utils-v3:2.2.0'
implementation 'com.google.maps.android:android-maps-utils-v3:2.2.1'
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ ext.projectArtifactId = { project ->

allprojects {
group = 'com.google.maps.android'
version = '2.2.0'
version = '2.2.1'
project.ext.artifactId = rootProject.ext.projectArtifactId(project)
}

Expand Down

0 comments on commit 68ee637

Please sign in to comment.