Fix: One or more plugins require a higher Android NDK version.

master
Rafael 2024-06-17 12:31:56 +02:00
parent a2a7ae5fc6
commit 6370e8b748
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ if (flutterVersionName == null) {
android {
namespace "com.example.cofounderella"
compileSdk flutter.compileSdkVersion
ndkVersion flutter.ndkVersion
ndkVersion "26.1.10909125"
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8