set root ndk to r28

This commit is contained in:
Fabian Freund
2026-05-26 17:41:40 +02:00
parent 9fcd473957
commit 3b4a4829a7
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ def weblibreGoMobileAar = file("../../../../native/go_mobile_runtime/build/webli
android {
namespace = "eu.weblibre.gecko"
compileSdk = 36
ndkVersion = flutter.ndkVersion
ndkVersion = rootProject.ext.ndkVersion
compileOptions {
sourceCompatibility JavaVersion.VERSION_17