File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ if (keystorePropertiesFile.exists()) {
2424android {
2525 namespace = " org.traccar.client"
2626 compileSdk = flutter.compileSdkVersion
27- ndkVersion = " 27.0.12077973 "
27+ ndkVersion = flutter.ndkVersion
2828
2929 compileOptions {
3030 sourceCompatibility = JavaVersion .VERSION_11
@@ -70,7 +70,7 @@ android {
7070}
7171
7272dependencies {
73- implementation(" org.slf4j:slf4j-api:2.0.7 " )
73+ implementation(" org.slf4j:slf4j-api:2.0.17 " )
7474 implementation(" com.github.tony19:logback-android:3.0.0" )
7575}
7676
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
4+ networkTimeout =10000
5+ validateDistributionUrl =true
36zipStoreBase =GRADLE_USER_HOME
47zipStorePath =wrapper/dists
5- distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ pluginManagement {
1818
1919plugins {
2020 id(" dev.flutter.flutter-plugin-loader" ) version " 1.0.0"
21- id(" com.android.application" ) version " 8.7.0 " apply false
21+ id(" com.android.application" ) version " 8.13.2 " apply false
2222 // START: FlutterFire Configuration
23- id(" com.google.gms.google-services" ) version(" 4.3.15 " ) apply false
24- id(" com.google.firebase.crashlytics" ) version(" 2.8.1 " ) apply false
23+ id(" com.google.gms.google-services" ) version(" 4.4.4 " ) apply false
24+ id(" com.google.firebase.crashlytics" ) version(" 3.0.6 " ) apply false
2525 // END: FlutterFire Configuration
26- id(" org.jetbrains.kotlin.android" ) version " 2.1.21 " apply false
26+ id(" org.jetbrains.kotlin.android" ) version " 2.2.10 " apply false
2727}
2828
2929include(" :app" )
You can’t perform that action at this time.
0 commit comments