Skip to content

Commit

Permalink
Update latest test configuration for the functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Oct 30, 2024
1 parent b67d3db commit f672526
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1445,9 +1445,9 @@ internal class DdAndroidGradlePluginFunctionalTest {
val LATEST_VERSIONS_TEST_CONFIGURATION = BuildVersionConfig(
agpVersion = LATEST_AGP_VERSION,
gradleVersion = LATEST_GRADLE_VERSION,
buildToolsVersion = "34.0.0",
targetSdkVersion = "34",
kotlinVersion = "1.9.23",
buildToolsVersion = "35.0.0",
targetSdkVersion = "35",
kotlinVersion = "2.0.20",
jvmTarget = JavaVersion.VERSION_17.toString()
)

Expand Down

0 comments on commit f672526

Please sign in to comment.