[Gradle][Tests][MPP] Introduce NEXT_RELEASE versions constant for Gradle and AGP
This commit is contained in:
committed by
Space Team
parent
7ae0e24bc7
commit
23a1598f0d
+3
-1
@@ -22,10 +22,11 @@ interface TestVersions {
|
||||
const val G_7_6 = "7.6"
|
||||
// https://gradle.org/nightly/
|
||||
// Retention policy is 3 months
|
||||
const val G_8_0 = "8.0-rc-1"
|
||||
const val G_8_0 = "8.0.2"
|
||||
const val MIN_SUPPORTED = minSupportedGradleVersion
|
||||
const val MIN_SUPPORTED_KPM = G_7_0
|
||||
const val MAX_SUPPORTED = G_7_6
|
||||
const val NEXT_RELEASE = G_8_0
|
||||
}
|
||||
|
||||
object Kotlin {
|
||||
@@ -47,6 +48,7 @@ interface TestVersions {
|
||||
|
||||
const val MIN_SUPPORTED = AGP_42 // KotlinAndroidPlugin.minimalSupportedAgpVersion
|
||||
const val MAX_SUPPORTED = AGP_74 // Update once Gradle MAX_SUPPORTED version will be bumped
|
||||
const val NEXT_RELEASE = AGP_80
|
||||
}
|
||||
|
||||
enum class AgpCompatibilityMatrix(
|
||||
|
||||
Reference in New Issue
Block a user