diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index 8d04df6c..2e8b1df7 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -26,7 +26,8 @@ if (flutterVersionName == null) { android { namespace = "me.movenext.bang_navigator" compileSdk = 35 - ndkVersion = flutter.ndkVersion + //Temporary fix + ndkVersion = "27.0.12077973" //flutter.ndkVersion compileOptions { sourceCompatibility JavaVersion.VERSION_17