mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-04-21 03:27:42 +03:00
Merge branch 'feature/dependency-update' into 'develop'
Updated libraries to latest version See merge request ultrasonic/ultrasonic!1202
This commit is contained in:
commit
a98693bbdb
@ -5,7 +5,7 @@ gradle = "8.13"
|
||||
navigation = "2.8.9"
|
||||
gradlePlugin = "8.9.1"
|
||||
androidxcar = "1.4.0"
|
||||
androidxcore = "1.15.0"
|
||||
androidxcore = "1.16.0"
|
||||
ktlint = "1.0.1"
|
||||
ktlintGradle = "12.2.0"
|
||||
detekt = "1.23.8"
|
||||
@ -17,15 +17,14 @@ materialDesign = "1.12.0"
|
||||
constraintLayout = "2.2.1"
|
||||
activity = "1.10.1"
|
||||
multidex = "2.0.1"
|
||||
room = "2.6.1"
|
||||
room = "2.7.0"
|
||||
kotlin = "2.1.20"
|
||||
ksp = "2.1.20-1.0.32"
|
||||
kotlinxCoroutines = "1.10.1"
|
||||
ksp = "2.1.20-2.0.0"
|
||||
kotlinxCoroutines = "1.10.2"
|
||||
viewModelKtx = "2.8.7"
|
||||
swipeRefresh = "1.1.0"
|
||||
|
||||
retrofit = "2.11.0"
|
||||
## KEEP ON 2.13 branch (https://github.com/FasterXML/jackson-databind/issues/3658#issuecomment-1312633064) for compatibility with API 24
|
||||
jackson = "2.18.3"
|
||||
okhttp = "4.12.0"
|
||||
koin = "4.0.4"
|
||||
@ -33,7 +32,7 @@ picasso = "2.8"
|
||||
|
||||
junit4 = "4.13.2"
|
||||
junit5 = "5.12.1"
|
||||
mockito = "5.16.1"
|
||||
mockito = "5.17.0"
|
||||
mockitoKotlin = "5.4.0"
|
||||
kluent = "1.73"
|
||||
apacheCodecs = "1.18.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user