diff --git a/gradle.properties b/gradle.properties index 08ac97b..8507e7b 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,7 +6,7 @@ kotlin.code.style=official kotlin.incremental.useClasspathSnapshot=true # Project Configuration project.name=AppErrorsTracking -project.android.compileSdk=34 +project.android.compileSdk=35 project.android.minSdk=24 project.android.targetSdk=34 project.android.ndk.version="24.0.8215888" diff --git a/gradle/sweet-dependency/sweet-dependency-config.yaml b/gradle/sweet-dependency/sweet-dependency-config.yaml index b7fab17..5441fd7 100644 --- a/gradle/sweet-dependency/sweet-dependency-config.yaml +++ b/gradle/sweet-dependency/sweet-dependency-config.yaml @@ -22,16 +22,16 @@ repositories: plugins: com.android.application: alias: android-application - version: 8.5.0 + version: 8.5.2 org.jetbrains.kotlin.android: alias: kotlin-android - version: 2.0.0 + version: 2.0.21 com.highcapable.flexilocale: alias: flexi-locale version: 1.0.1 com.google.devtools.ksp: alias: kotlin-ksp - version: 2.0.0-1.0.22 + version: 2.0.21-1.0.27 libraries: com.fankes.projectpromote: @@ -54,12 +54,13 @@ libraries: version: 1.0.3 com.microsoft.appcenter: appcenter-analytics: - version: 5.0.4 + version: 5.0.5 appcenter-crashes: version-ref: ::appcenter-analytics com.github.topjohnwu.libsu: core: version: 5.2.2 + auto-update: false com.github.duanhong169: drawabletoolbox: version: 1.0.7 @@ -71,7 +72,7 @@ libraries: version: 5.0.0-alpha.14 androidx.core: core-ktx: - version: 1.13.1 + version: 1.15.0 androidx.appcompat: appcompat: version: 1.7.0 @@ -80,13 +81,13 @@ libraries: version: 1.12.0 androidx.constraintlayout: constraintlayout: - version: 2.1.4 + version: 2.2.0 androidx.test.ext: junit: - version: 1.1.5 + version: 1.2.1 androidx.test.espresso: espresso-core: - version: 3.5.1 + version: 3.6.1 junit: junit: version: 4.13.2 \ No newline at end of file