updated android ndk version

This commit is contained in:
asif
2025-08-29 23:56:04 +05:30
parent bc2c460f96
commit d425af184e

View File

@@ -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