mirror of
https://gitlab.com/ultrasonic/ultrasonic.git
synced 2025-07-22 19:32:01 +03:00
Compare commits
8 Commits
5ab2ec08f0
...
e729e3b063
Author | SHA1 | Date | |
---|---|---|---|
|
e729e3b063 | ||
|
8337f4a7e4 | ||
|
0ae32c3cfc | ||
|
49f3bd27ed | ||
|
1acfa917c9 | ||
|
5daeddcc63 | ||
|
70d02f4493 | ||
|
58de991d64 |
@ -4,7 +4,7 @@ gradle = "8.1.1"
|
|||||||
|
|
||||||
navigation = "2.5.3"
|
navigation = "2.5.3"
|
||||||
gradlePlugin = "8.0.1"
|
gradlePlugin = "8.0.1"
|
||||||
androidxcore = "1.10.0"
|
androidxcore = "1.10.1"
|
||||||
ktlint = "0.43.2"
|
ktlint = "0.43.2"
|
||||||
ktlintGradle = "11.3.2"
|
ktlintGradle = "11.3.2"
|
||||||
detekt = "1.22.0"
|
detekt = "1.22.0"
|
||||||
@ -12,20 +12,19 @@ preferences = "1.2.0"
|
|||||||
media3 = "1.0.1"
|
media3 = "1.0.1"
|
||||||
|
|
||||||
androidSupport = "1.6.0"
|
androidSupport = "1.6.0"
|
||||||
materialDesign = "1.8.0"
|
materialDesign = "1.9.0"
|
||||||
constraintLayout = "2.1.4"
|
constraintLayout = "2.1.4"
|
||||||
multidex = "2.0.1"
|
multidex = "2.0.1"
|
||||||
room = "2.5.1"
|
room = "2.5.1"
|
||||||
kotlin = "1.8.21"
|
kotlin = "1.8.21"
|
||||||
kotlinxCoroutines = "1.7.0"
|
kotlinxCoroutines = "1.7.1"
|
||||||
kotlinxGuava = "1.7.0"
|
|
||||||
viewModelKtx = "2.6.1"
|
viewModelKtx = "2.6.1"
|
||||||
swipeRefresh = "1.1.0"
|
swipeRefresh = "1.1.0"
|
||||||
|
|
||||||
retrofit = "2.9.0"
|
retrofit = "2.9.0"
|
||||||
## KEEP ON 2.13 branch (https://github.com/FasterXML/jackson-databind/issues/3658#issuecomment-1312633064) for compatibility with API 24
|
## KEEP ON 2.13 branch (https://github.com/FasterXML/jackson-databind/issues/3658#issuecomment-1312633064) for compatibility with API 24
|
||||||
jackson = "2.13.5"
|
jackson = "2.13.5"
|
||||||
okhttp = "4.10.0"
|
okhttp = "4.11.0"
|
||||||
koin = "3.3.2"
|
koin = "3.3.2"
|
||||||
picasso = "2.8"
|
picasso = "2.8"
|
||||||
|
|
||||||
@ -74,7 +73,7 @@ swipeRefresh = { module = "androidx.swiperefreshlayout:swiperefreshla
|
|||||||
kotlinStdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
kotlinStdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
|
||||||
kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
|
kotlinReflect = { module = "org.jetbrains.kotlin:kotlin-reflect", version.ref = "kotlin" }
|
||||||
kotlinxCoroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
|
kotlinxCoroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" }
|
||||||
kotlinxGuava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinxGuava"}
|
kotlinxGuava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinxCoroutines"}
|
||||||
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
retrofit = { module = "com.squareup.retrofit2:retrofit", version.ref = "retrofit" }
|
||||||
gsonConverter = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
|
gsonConverter = { module = "com.squareup.retrofit2:converter-gson", version.ref = "retrofit" }
|
||||||
jacksonConverter = { module = "com.squareup.retrofit2:converter-jackson", version.ref = "retrofit" }
|
jacksonConverter = { module = "com.squareup.retrofit2:converter-jackson", version.ref = "retrofit" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user