Skip to content

Commit

Permalink
Prepare 2.3.0-AGP7.0 version (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirland authored Jun 21, 2021
1 parent e7ba101 commit d6032a2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jacoco {
}

group = "com.xmartlabs"
version = "2.4.0-SNAPSHOT"
version = "2.3.0-AGP7.0"

gradlePlugin {
plugins {
Expand Down

0 comments on commit d6032a2

Please sign in to comment.