From acefb7341b3f503464d5a711a5a93cfcd349d129 Mon Sep 17 00:00:00 2001 From: Fabian Freund Date: Mon, 25 Aug 2025 08:55:35 +0200 Subject: [PATCH] use flutter ndk --- app/android/app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/android/app/build.gradle b/app/android/app/build.gradle index f8901946..68f0bffa 100644 --- a/app/android/app/build.gradle +++ b/app/android/app/build.gradle @@ -26,8 +26,7 @@ if (flutterVersionName == null) { android { namespace = "eu.weblibre.gecko" compileSdk = 36 - //Temporary fix - ndkVersion = "27.0.12077973" //flutter.ndkVersion + ndkVersion = flutter.ndkVersion compileOptions { sourceCompatibility JavaVersion.VERSION_17