Skip to content

Commit

Permalink
Update to 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Nov 28, 2024
1 parent 746d152 commit e4efe6f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ open class AllSupportedTestedVersionsArgumentsProvider : TestedVersionsArguments

object TestedVersions {

val LATEST = BuildVersions("8.10.2", "2.1.0-RC")
val LATEST = BuildVersions("8.10.2", "2.1.0")

/**
* All supported Gradle/Kotlin versions, including [LATEST]
Expand All @@ -41,7 +41,7 @@ object TestedVersions {
val ANDROID =
BuildVersions.permutations(
gradleVersions = listOf("8.4"),
kotlinVersions = listOf("2.1.0-RC", "2.0.21"),
kotlinVersions = listOf("2.1.0", "2.0.21"),
androidGradlePluginVersions = listOf("8.3.0")
) + BuildVersions.permutations(
gradleVersions = listOf("7.4.2", *ifExhaustive("7.0")),
Expand All @@ -68,7 +68,7 @@ object TestedVersions {
"1.9.23" to "18.2.0-pre.682",
"2.0.0" to "18.2.0-pre.726",
"2.0.21" to "18.3.1-pre.758",
"2.1.0-RC" to "18.3.1-pre.818",
"2.1.0" to "18.3.1-pre.818",
)
}

Expand Down

0 comments on commit e4efe6f

Please sign in to comment.