chore: bump dependencies

This commit is contained in:
2024-11-10 21:39:15 +08:00
parent 0ef91d8578
commit 183999ca30
2 changed files with 10 additions and 9 deletions

View File

@@ -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"

View File

@@ -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: <this>::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