Skip to content

Commit 6686704

Browse files
Update dependency com.android.tools.build:gradle to v7.4.0 (#495)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Gabriel Ittner <gabriel.ittner@gmail.com>
1 parent 9fe68ce commit 6686704

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ truth = "1.1.3"
88
[libraries]
99
okhttp = "com.squareup.okhttp3:okhttp:4.10.0"
1010
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"
1212
ktlint-plugin = "org.jlleitschuh.gradle:ktlint-gradle:11.0.0"
1313
maven-publish-plugin = "com.vanniktech:gradle-maven-publish-plugin:0.23.1"
1414
buildconfig-plugin = "com.github.gmazzo:gradle-buildconfig-plugin:3.1.0"

plugin/src/integrationTest/kotlin/com/vanniktech/maven/publish/TestOptions.kt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,8 @@ enum class AgpVersion(
2929
firstUnsupportedGradleVersion = GradleVersion.GRADLE_8_0,
3030
),
3131
// stable
32-
AGP_7_3(
33-
value = "7.3.1",
34-
minGradleVersion = GradleVersion.GRADLE_7_4,
35-
),
36-
// beta channel
3732
AGP_7_4(
38-
value = "7.4.0-rc01",
33+
value = "7.4.0",
3934
minGradleVersion = GradleVersion.GRADLE_7_5,
4035
),
4136
// canary channel

0 commit comments

Comments
 (0)