From 0800f1ed45e6fbc6095e746cf32f4dd4bae8c799 Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Fri, 26 Jun 2026 06:56:25 +0000 Subject: [PATCH] Update NDK version to clear 'jni requires Android NDK 28.2.13676358' build error. Appeared after updating other dependencies and updating flutter_local_notifications minimum version. --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index a700f92..cb0aec5 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -20,7 +20,7 @@ android { compileSdk = 36 // NDK only needed if you build native plugins; keep your pinned version - ndkVersion = "27.0.12077973" + ndkVersion = "28.2.13676358" compileOptions { sourceCompatibility = JavaVersion.VERSION_17