Update Android dependencies
This commit is contained in:
parent
933930e26d
commit
b98e85c28c
3 changed files with 9 additions and 7 deletions
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue