diff --git a/CHANGELOG.md b/CHANGELOG.md index 96f4a2f..a067b3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ Change Log ========== All notable changes to this project will be documented in this file. +[Version 2.3.0-AGP7.0 _(2021-05-18)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v2.3.0-AGP7.0) +- Upgrade Google Play Publisher dependency to [v3.4.0-agp7.0](https://github.com/Triple-T/gradle-play-publisher/releases/tag/3.4.0-agp7.0). +- Change min Android Gradle plugin gradle version to `7.0.0-beta01`. + [Version 2.3.0 _(2021-05-18)_](https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v2.3.0) - Upgrade Google Play Publisher dependency to [v3.4.0-agp4.2](https://github.com/Triple-T/gradle-play-publisher/releases/tag/3.4.0-agp4.2). - Change min Android Gradle plugin gradle version to `4.2.0`. diff --git a/README.md b/README.md index d0951ad..ab79196 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ buildscript { } } ``` +**Note:** If you're using AGP 7.0, you should use the `2.3.0-AGP7.0` version. + Apply the plugin to each individual `com.android.application` module where you want to use it. ```groovy diff --git a/build.gradle.kts b/build.gradle.kts index 3828635..38b4855 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -52,7 +52,7 @@ jacoco { } group = "com.xmartlabs" -version = "2.4.0-SNAPSHOT" +version = "2.3.0-AGP7.0" gradlePlugin { plugins {