File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
src/main/kotlin/com/xmartlabs/snapshotpublisher/plugin Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,10 @@ Change Log
2
2
==========
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ [ Version 2.4.0] _ (unreleased)_ ] ( https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v2.4.0 )
6
+ - Change min Android Gradle plugin gradle version to ` 7.0.0 ` .
7
+
8
+
5
9
[ Version 2.3.0-AGP7.0 _ (2021-05-18)_ ] ( https://github.com/xmartlabs/android-snapshot-publisher/releases/tag/v2.3.0-AGP7.0 )
6
10
- 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 ) .
7
11
- Change min Android Gradle plugin gradle version to ` 7.0.0-beta01 ` .
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ import java.io.File
18
18
internal object PlayPublisherPluginHelper {
19
19
private const val PLAY_EXTENSION_NAME = " play"
20
20
private val MIN_GRADLE_VERSION = GradleVersion .version(" 6.5" )
21
- private val MIN_AGP_VERSION = VersionNumber .parse(" 7.0.0-beta01 " )
21
+ private val MIN_AGP_VERSION = VersionNumber .parse(" 7.0.0" )
22
22
23
23
private const val GENERATE_RESOURCES_TASK_NAME = " generate%sPlayResources"
24
24
private const val PUBLISH_APK_TASK_NAME = " publish%sApk"
You can’t perform that action at this time.
0 commit comments