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