diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index e2aef53..930f828 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -17,7 +17,8 @@ if (keystorePropertiesFile.exists()) { android { namespace = "dev.mi6e4ka.openstore" compileSdk = flutter.compileSdkVersion - ndkVersion = flutter.ndkVersion + // ndkVersion = flutter.ndkVersion + ndkVersion = "27.0.12077973" compileOptions { sourceCompatibility = JavaVersion.VERSION_11