From ac789c4d38d712a62240e44086d35d5043459d9b Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Tue, 10 Jun 2025 21:37:07 -0700 Subject: [PATCH] Update NDK version --- android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 154b4eb..2a75756 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -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