mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-14 04:45:07 +01:00
Update okhttp and coroutines libraries
This commit is contained in:
parent
1d4bf3ec34
commit
64c9e4bd3e
@ -129,10 +129,10 @@ dependencies {
|
|||||||
implementation("com.github.tfcporciuncula:flow-preferences:1.1.1")
|
implementation("com.github.tfcporciuncula:flow-preferences:1.1.1")
|
||||||
|
|
||||||
// Network client
|
// Network client
|
||||||
val okhttpVersion = "4.3.1"
|
val okhttpVersion = "4.5.0"
|
||||||
implementation("com.squareup.okhttp3:okhttp:$okhttpVersion")
|
implementation("com.squareup.okhttp3:okhttp:$okhttpVersion")
|
||||||
implementation("com.squareup.okhttp3:logging-interceptor:$okhttpVersion")
|
implementation("com.squareup.okhttp3:logging-interceptor:$okhttpVersion")
|
||||||
implementation("com.squareup.okio:okio:2.4.3")
|
implementation("com.squareup.okio:okio:2.6.0")
|
||||||
|
|
||||||
// REST
|
// REST
|
||||||
val retrofitVersion = "2.7.1"
|
val retrofitVersion = "2.7.1"
|
||||||
@ -234,7 +234,7 @@ dependencies {
|
|||||||
|
|
||||||
implementation(kotlin("stdlib", org.jetbrains.kotlin.config.KotlinCompilerVersion.VERSION))
|
implementation(kotlin("stdlib", org.jetbrains.kotlin.config.KotlinCompilerVersion.VERSION))
|
||||||
|
|
||||||
val coroutinesVersion = "1.3.3"
|
val coroutinesVersion = "1.3.5"
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion")
|
||||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion")
|
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:$coroutinesVersion")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user