[Gradle] Fix testCustomAttributesInAndroidTargets for AGP 7.0.4

^KT-58305 Verification Pending
This commit is contained in:
Anton Lakotka
2023-05-03 10:15:20 +02:00
committed by Space Team
parent 39fc1ba81d
commit 462a39d591
@@ -654,7 +654,7 @@ class KotlinAndroidMppIT : KGPBaseTest() {
}
}
@AndroidTestVersions(minVersion = AGP_71)
@AndroidTestVersions(minVersion = AGP_70)
@GradleTestVersions(minVersion = G_7_2)
@DisplayName("KT-27714: custom attributes are copied to android compilation configurations")
@GradleAndroidTest