Update Android dependencies

This commit is contained in:
Anton Tananaev 2026-02-05 21:47:40 -08:00
parent 933930e26d
commit b98e85c28c
3 changed files with 9 additions and 7 deletions

View file

@ -24,7 +24,7 @@ if (keystorePropertiesFile.exists()) {
android {
namespace = "org.traccar.client"
compileSdk = flutter.compileSdkVersion
ndkVersion = "27.0.12077973"
ndkVersion = flutter.ndkVersion
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
@ -70,7 +70,7 @@ android {
}
dependencies {
implementation("org.slf4j:slf4j-api:2.0.7")
implementation("org.slf4j:slf4j-api:2.0.17")
implementation("com.github.tony19:logback-android:3.0.0")
}