Compare commits

..

No commits in common. "e729e3b06363e4e9038ee64ac41bfc913b2d541a" and "5ab2ec08f0656c709b6baf8e880b3c0e86ce5515" have entirely different histories.

View File

@ -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.1" androidxcore = "1.10.0"
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,19 +12,20 @@ preferences = "1.2.0"
media3 = "1.0.1" media3 = "1.0.1"
androidSupport = "1.6.0" androidSupport = "1.6.0"
materialDesign = "1.9.0" materialDesign = "1.8.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.1" kotlinxCoroutines = "1.7.0"
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.11.0" okhttp = "4.10.0"
koin = "3.3.2" koin = "3.3.2"
picasso = "2.8" picasso = "2.8"
@ -73,7 +74,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 = "kotlinxCoroutines"} kotlinxGuava = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-guava", version.ref = "kotlinxGuava"}
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" }