use flutter ndk

This commit is contained in:
Fabian Freund
2025-08-25 08:55:35 +02:00
parent 18249121ee
commit acefb7341b
+1 -2
View File
@@ -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