Skip to content

Commit

Permalink
Update dependency com.android.tools.build:gradle to v8 (#557)
Browse files Browse the repository at this point in the history
* Update dependency com.android.tools.build:gradle to v8

* Update TestOptions.kt

* Update TestOptions.kt

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabriel Ittner <gabriel.ittner@gmail.com>
  • Loading branch information
renovate[bot] and gabrielittner committed Apr 14, 2023
1 parent efb4317 commit df8aee6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ truth = "1.1.3"
[libraries]
okhttp = "com.squareup.okhttp3:okhttp:4.10.0"
dokka = "org.jetbrains.dokka:dokka-gradle-plugin:1.8.10"
android-plugin = "com.android.tools.build:gradle:7.4.2"
android-plugin = "com.android.tools.build:gradle:8.0.0"
ktlint-plugin = "org.jlleitschuh.gradle:ktlint-gradle:11.3.1"
maven-publish-plugin = "com.vanniktech:gradle-maven-publish-plugin:0.25.1"
buildconfig-plugin = "com.github.gmazzo:gradle-buildconfig-plugin:3.1.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,8 @@ enum class AgpVersion(
),

// stable
AGP_7_4(
value = "7.4.2",
minGradleVersion = GradleVersion.GRADLE_7_5,
),

// beta channel
AGP_8_0(
value = "8.0.0-rc01",
value = "8.0.0",
minGradleVersion = GradleVersion.GRADLE_8_0,
minJdkVersion = JavaVersion.VERSION_17,
),
Expand Down

0 comments on commit df8aee6

Please sign in to comment.