Skip to content

Commit

Permalink
fix(deps): update dependency com.android.tools.build:gradle to v8.4.0 (
Browse files Browse the repository at this point in the history
…#768)

* fix(deps): update dependency com.android.tools.build:gradle to v8.4.0

* update tested versions

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Ittner <[email protected]>
  • Loading branch information
renovate[bot] and gabrielittner authored May 1, 2024
1 parent 2b0b87d commit da1575f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ktlint = "12.1.0"
[libraries]
okhttp = "com.squareup.okhttp3:okhttp:4.12.0"
dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.9.20"
android-plugin = "com.android.tools.build:gradle:8.3.2"
android-plugin = "com.android.tools.build:gradle:8.4.0"
ktlint-plugin = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlint" }
maven-publish-plugin = { module = "com.vanniktech:gradle-maven-publish-plugin", version.ref = "maven-publish" }

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,20 +34,14 @@ enum class AgpVersion(
),

// stable
AGP_8_3(
value = "8.3.2",
minGradleVersion = GradleVersion.GRADLE_8_4,
),

// beta channel
AGP_8_4(
value = "8.4.0-rc02",
value = "8.4.0",
minGradleVersion = GradleVersion.GRADLE_8_6,
),

// canary channel
AGP_8_5(
value = "8.5.0-alpha06",
value = "8.5.0-alpha07",
minGradleVersion = GradleVersion.GRADLE_8_6,
),
}
Expand All @@ -62,7 +56,7 @@ enum class KotlinVersion(
KT_1_9_23("1.9.23"),

// beta
KT_2_0_0("2.0.0-RC1"),
KT_2_0_0("2.0.0-RC2"),
}

enum class GradleVersion(
Expand Down

0 comments on commit da1575f

Please sign in to comment.