android-snapshot-publisher v2.2.0 Release Notes
Release Date: 2020-10-29 // about 4 years ago-
๐ Changes
- ๐ Upgrade Google Play Publisher dependency to v3.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.
Previous changes from v2.1.0
-
๐ Changes
- ๐ Upgrade Google Play Publisher dependency to v2.6.2.
- ๐ Change min required gradle version to 6.0.