Update NDK version

This commit is contained in:
Anton Tananaev 2025-06-10 21:37:07 -07:00
parent fb4be35d1b
commit ac789c4d38

View file

@ -24,7 +24,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "org.traccar.client"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
ndkVersion = "27.0.12077973"
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11