Fix testAndroidMppProductionDependenciesInTests Gradle version too low

The required Gradle version for AGP 3.3 is 4.10.1+. Use 5.0.
This commit is contained in:
Sergey Igushkin
2019-06-04 15:35:47 +03:00
parent ef680cf332
commit 0b59d0b416
@@ -209,7 +209,7 @@ open class KotlinAndroid32GradleIT : KotlinAndroid3GradleIT() {
}
@Test
fun testAndroidMppProductionDependenciesInTests() = with(Project("new-mpp-android", GradleVersionRequired.AtLeast("4.7"))) {
fun testAndroidMppProductionDependenciesInTests() = with(Project("new-mpp-android", GradleVersionRequired.AtLeast("5.0"))) {
// Test the fix for KT-29343
setupWorkingDir()