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