Skip to content

Commit

Permalink
Update Gradle to 8.11.1, AGP to 8.7.2, Kotlin to 2.1.0 for the latest…
Browse files Browse the repository at this point in the history
… versions configuration for the functional tests
  • Loading branch information
0xnm committed Dec 4, 2024
1 parent 98dc5d0 commit db089e2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1439,15 +1439,15 @@ internal class DdAndroidGradlePluginFunctionalTest {
}
""".trimIndent()

const val LATEST_GRADLE_VERSION = "8.10.2"
const val LATEST_AGP_VERSION = "8.6.1"
private const val LATEST_GRADLE_VERSION = "8.11.1"
private const val LATEST_AGP_VERSION = "8.7.2"

val LATEST_VERSIONS_TEST_CONFIGURATION = BuildVersionConfig(
agpVersion = LATEST_AGP_VERSION,
gradleVersion = LATEST_GRADLE_VERSION,
buildToolsVersion = "35.0.0",
targetSdkVersion = "35",
kotlinVersion = "2.0.20",
kotlinVersion = "2.1.0",
jvmTarget = JavaVersion.VERSION_17.toString()
)

Expand Down

0 comments on commit db089e2

Please sign in to comment.