From de7f28db3c952a1e72dcc59f9bbb85b3b0cdf090 Mon Sep 17 00:00:00 2001 From: Agustin Santellan Date: Mon, 26 Oct 2020 13:37:37 -0300 Subject: [PATCH] Prepare version 2.2.0 (#58) --- CHANGELOG.md | 5 ++++- README.md | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd26e20..674ee73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index fe6d8fc..1b7ec6c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ buildscript { google() } dependencies { - classpath "com.xmartlabs:snapshot-publisher:2.1.0" + classpath "com.xmartlabs:snapshot-publisher:2.2.0" } } ```