From 2ae6473123f05a2815d8c10b71fcaeabb71a5fa6 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Fri, 21 Feb 2025 22:19:18 +0100 Subject: [PATCH] fix ndk warning --- app/android/app/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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