Set max supported AGP version to 7.3
This commit is contained in:
committed by
Space Team
parent
cd6f57eb86
commit
e29bfffb6a
+1
-1
@@ -47,7 +47,7 @@ interface TestVersions {
|
||||
const val AGP_80 = "8.0.0-alpha11"
|
||||
|
||||
const val MIN_SUPPORTED = AGP_41 // KotlinAndroidPlugin.MINIMAL_SUPPORTED_AGP_VERSION
|
||||
const val MAX_SUPPORTED = AGP_72 // Update once Gradle MAX_SUPPORTED version will be bumped to 7.2+
|
||||
const val MAX_SUPPORTED = AGP_73 // Update once Gradle MAX_SUPPORTED version will be bumped
|
||||
}
|
||||
|
||||
enum class AgpCompatibilityMatrix(
|
||||
|
||||
Reference in New Issue
Block a user