From d425af184eb5ec954366163bd018d1f33eff4fdc Mon Sep 17 00:00:00 2001 From: asif Date: Fri, 29 Aug 2025 23:56:04 +0530 Subject: [PATCH] updated 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 c048b57..7e8883b 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -25,7 +25,7 @@ if (flutterVersionName == null) { android { namespace "com.example.kmobile" compileSdk flutter.compileSdkVersion - ndkVersion flutter.ndkVersion + ndkVersion "27.0.12077973" compileOptions { sourceCompatibility JavaVersion.VERSION_1_8