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.

This commit is contained in:
Ryan Brown
2026-06-26 06:56:25 +00:00
parent c844cff67b
commit 0800f1ed45
+1 -1
View File
@@ -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