Skip to content

Commit

Permalink
Use Gradle 8.7 and AGP 8.4.0 for functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed May 2, 2024
1 parent 5368d30 commit 064338c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1346,8 +1346,8 @@ internal class DdAndroidGradlePluginFunctionalTest {
}
""".trimIndent()

const val LATEST_GRADLE_VERSION = "8.6"
const val LATEST_AGP_VERSION = "8.3.2"
const val LATEST_GRADLE_VERSION = "8.7"
const val LATEST_AGP_VERSION = "8.4.0"

// NB: starting from AGP 7.x, Gradle should have the same major version.
// While work with Gradle with higher major version is possible, it is not guaranteed.
Expand Down

0 comments on commit 064338c

Please sign in to comment.