fix ndk warning

This commit is contained in:
Fabian Freund
2025-02-21 22:19:18 +01:00
parent 5ef4122725
commit 2ae6473123
+2 -1
View File
@@ -26,7 +26,8 @@ if (flutterVersionName == null) {
android { android {
namespace = "me.movenext.bang_navigator" namespace = "me.movenext.bang_navigator"
compileSdk = 35 compileSdk = 35
ndkVersion = flutter.ndkVersion //Temporary fix
ndkVersion = "27.0.12077973" //flutter.ndkVersion
compileOptions { compileOptions {
sourceCompatibility JavaVersion.VERSION_17 sourceCompatibility JavaVersion.VERSION_17