chore: bump ndkVersion to 27.0.12077973

This commit is contained in:
Michael 2025-05-12 00:11:11 +03:00
parent e1cb87c8fd
commit 6c028b9a34

View file

@ -17,7 +17,8 @@ if (keystorePropertiesFile.exists()) {
android { android {
namespace = "dev.mi6e4ka.openstore" namespace = "dev.mi6e4ka.openstore"
compileSdk = flutter.compileSdkVersion compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion // ndkVersion = flutter.ndkVersion
ndkVersion = "27.0.12077973"
compileOptions { compileOptions {
sourceCompatibility = JavaVersion.VERSION_11 sourceCompatibility = JavaVersion.VERSION_11