File tree 2 files changed +2
-7
lines changed
plugin/src/integrationTest/kotlin/com/vanniktech/maven/publish
2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ truth = "1.1.3"
8
8
[libraries ]
9
9
okhttp = " com.squareup.okhttp3:okhttp:4.10.0"
10
10
dokka = " org.jetbrains.dokka:dokka-gradle-plugin:1.7.20"
11
- android-plugin = " com.android.tools.build:gradle:7.3.1 "
11
+ android-plugin = " com.android.tools.build:gradle:7.4.0 "
12
12
ktlint-plugin = " org.jlleitschuh.gradle:ktlint-gradle:11.0.0"
13
13
maven-publish-plugin = " com.vanniktech:gradle-maven-publish-plugin:0.23.1"
14
14
buildconfig-plugin = " com.github.gmazzo:gradle-buildconfig-plugin:3.1.0"
Original file line number Diff line number Diff line change @@ -29,13 +29,8 @@ enum class AgpVersion(
29
29
firstUnsupportedGradleVersion = GradleVersion .GRADLE_8_0 ,
30
30
),
31
31
// stable
32
- AGP_7_3 (
33
- value = " 7.3.1" ,
34
- minGradleVersion = GradleVersion .GRADLE_7_4 ,
35
- ),
36
- // beta channel
37
32
AGP_7_4 (
38
- value = " 7.4.0-rc01 " ,
33
+ value = " 7.4.0" ,
39
34
minGradleVersion = GradleVersion .GRADLE_7_5 ,
40
35
),
41
36
// canary channel
You can’t perform that action at this time.
0 commit comments