mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-05-11 04:51:05 +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
6bd0eba313
@ -5,7 +5,7 @@ gradle = "8.13"
|
|||||||
navigation = "2.8.9"
|
navigation = "2.8.9"
|
||||||
gradlePlugin = "8.9.1"
|
gradlePlugin = "8.9.1"
|
||||||
androidxcar = "1.4.0"
|
androidxcar = "1.4.0"
|
||||||
androidxcore = "1.15.0"
|
androidxcore = "1.16.0"
|
||||||
ktlint = "1.0.1"
|
ktlint = "1.0.1"
|
||||||
ktlintGradle = "12.2.0"
|
ktlintGradle = "12.2.0"
|
||||||
detekt = "1.23.8"
|
detekt = "1.23.8"
|
||||||
@ -17,15 +17,14 @@ materialDesign = "1.12.0"
|
|||||||
constraintLayout = "2.2.1"
|
constraintLayout = "2.2.1"
|
||||||
activity = "1.10.1"
|
activity = "1.10.1"
|
||||||
multidex = "2.0.1"
|
multidex = "2.0.1"
|
||||||
room = "2.6.1"
|
room = "2.7.0"
|
||||||
kotlin = "2.1.20"
|
kotlin = "2.1.20"
|
||||||
ksp = "2.1.20-1.0.32"
|
ksp = "2.1.20-2.0.0"
|
||||||
kotlinxCoroutines = "1.10.1"
|
kotlinxCoroutines = "1.10.2"
|
||||||
viewModelKtx = "2.8.7"
|
viewModelKtx = "2.8.7"
|
||||||
swipeRefresh = "1.1.0"
|
swipeRefresh = "1.1.0"
|
||||||
|
|
||||||
retrofit = "2.11.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"
|
jackson = "2.18.3"
|
||||||
okhttp = "4.12.0"
|
okhttp = "4.12.0"
|
||||||
koin = "4.0.4"
|
koin = "4.0.4"
|
||||||
@ -33,7 +32,7 @@ picasso = "2.8"
|
|||||||
|
|
||||||
junit4 = "4.13.2"
|
junit4 = "4.13.2"
|
||||||
junit5 = "5.12.1"
|
junit5 = "5.12.1"
|
||||||
mockito = "5.16.1"
|
mockito = "5.17.0"
|
||||||
mockitoKotlin = "5.4.0"
|
mockitoKotlin = "5.4.0"
|
||||||
kluent = "1.73"
|
kluent = "1.73"
|
||||||
apacheCodecs = "1.18.0"
|
apacheCodecs = "1.18.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user