Set maximum supported AGP version in tests to 7.2.1
^KT-53013 Fixed
This commit is contained in:
committed by
Space Team
parent
faf3638c58
commit
ff271a7908
+1
-1
@@ -41,7 +41,7 @@ interface TestVersions {
|
|||||||
const val AGP_73 = "7.3.0"
|
const val AGP_73 = "7.3.0"
|
||||||
|
|
||||||
const val MIN_SUPPORTED = AGP_41 // KotlinAndroidPlugin.MINIMAL_SUPPORTED_AGP_VERSION
|
const val MIN_SUPPORTED = AGP_41 // KotlinAndroidPlugin.MINIMAL_SUPPORTED_AGP_VERSION
|
||||||
const val MAX_SUPPORTED = AGP_70 // Update once Gradle MAX_SUPPORTED version will be bumped to 7.2+
|
const val MAX_SUPPORTED = AGP_72 // Update once Gradle MAX_SUPPORTED version will be bumped to 7.2+
|
||||||
}
|
}
|
||||||
|
|
||||||
enum class AgpCompatibilityMatrix(
|
enum class AgpCompatibilityMatrix(
|
||||||
|
|||||||
Reference in New Issue
Block a user