From ef165f25a8adaf0577eafe36f74b28f58f0ba502 Mon Sep 17 00:00:00 2001 From: Scriptbash <98601298+Scriptbash@users.noreply.github.com> Date: Sun, 7 Jun 2026 12:11:05 -0400 Subject: [PATCH] Update ndk version --- android/app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 6aaee596..a5a199c3 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -1,6 +1,5 @@ plugins { id "com.android.application" - id "org.jetbrains.kotlin.android" id "dev.flutter.flutter-gradle-plugin" } @@ -24,7 +23,7 @@ if (keystorePropertiesFile.exists()) { android { namespace "app.wispar.wispar" compileSdkVersion 36 - ndkVersion "27.0.12077973" + ndkVersion "29.0.14206865" compileOptions { coreLibraryDesugaringEnabled true