Skip to content

Commit

Permalink
Prepare version 2.2.0 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
sante authored Oct 26, 2020
1 parent 57c99d5 commit de7f28d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ Change Log
==========
All notable changes to this project will be documented in this file.

[Version 2.2.0 _UNDELIVERED_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v2.2.0)
[Version 2.2.0 _(2020-10-26)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v2.2.0)
- Upgrade Google Play Publisher dependency to [v3.0.0](https://github.com/Triple-T/gradle-play-publisher/releases/tag/3.0.0).
- Change min required gradle version to `6.5.0`.
- Change min Android Gradle plugin gradle version to `4.1.0`.

### Breaking changes
- After AGP 4.1 the version name cannot be applied only to specific plugin tasks. In turn, it's applied in the configuration step, causing all builds to contain `versionNameFormat`. AGP 4.2 fixes this issue but is still in alpha. If you're using a lower version of AGP, you can use the version of [2.1.0](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v2.1.0).

---

[Version 2.1.0 _(2020-01-31)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v2.1.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ buildscript {
google()
}
dependencies {
classpath "com.xmartlabs:snapshot-publisher:2.1.0"
classpath "com.xmartlabs:snapshot-publisher:2.2.0"
}
}
```
Expand Down

0 comments on commit de7f28d

Please sign in to comment.