Fix: One or more plugins require a higher Android NDK version.
parent
a2a7ae5fc6
commit
6370e8b748
|
@ -28,7 +28,7 @@ if (flutterVersionName == null) {
|
||||||
android {
|
android {
|
||||||
namespace "com.example.cofounderella"
|
namespace "com.example.cofounderella"
|
||||||
compileSdk flutter.compileSdkVersion
|
compileSdk flutter.compileSdkVersion
|
||||||
ndkVersion flutter.ndkVersion
|
ndkVersion "26.1.10909125"
|
||||||
|
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
|
Loading…
Reference in New Issue