From 6370e8b748338dc878c7d829089ab3128d357e36 Mon Sep 17 00:00:00 2001 From: Rafael <1024481@stud.hs-mannheim.de> Date: Mon, 17 Jun 2024 12:31:56 +0200 Subject: [PATCH] Fix: One or more plugins require a higher Android NDK version. --- android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 3803786..531029b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -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