upgrade everything, devenv, flutter, gradle
This commit is contained in:
@@ -3,7 +3,7 @@ subprojects {
|
||||
val android = project.extensions.findByName("android")
|
||||
if (android is com.android.build.gradle.BaseExtension) {
|
||||
// Force the same sdk version everywhere
|
||||
android.ndkVersion = "27.2.12479018"
|
||||
android.ndkVersion = "29.0.14206865"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user