fix(deps): update okhttp monorepo to v5.0.0-alpha.14 (#688)

* fix(deps): update okhttp monorepo to v5.0.0-alpha.14

* Fix build

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: AntsyLich <59261191+AntsyLich@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-07 04:26:25 +06:00 committed by GitHub
parent 777a071f4a
commit 1edd55c981
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 2 deletions

View File

@ -21,7 +21,6 @@ import okhttp3.CacheControl
import okhttp3.Call
import okhttp3.Request
import okhttp3.Response
import okhttp3.internal.http.HTTP_NOT_MODIFIED
import okio.FileSystem
import okio.Path.Companion.toOkioPath
import okio.Source
@ -348,5 +347,7 @@ class MangaCoverFetcher(
private val CACHE_CONTROL_NO_STORE = CacheControl.Builder().noStore().build()
private val CACHE_CONTROL_NO_NETWORK_NO_CACHE = CacheControl.Builder().noCache().onlyIfCached().build()
private const val HTTP_NOT_MODIFIED = 304
}
}

View File

@ -2,7 +2,7 @@
aboutlib_version = "11.2.1"
leakcanary = "2.14"
moko = "0.23.0"
okhttp_version = "5.0.0-alpha.12"
okhttp_version = "5.0.0-alpha.14"
richtext = "0.20.0"
shizuku_version = "12.2.0"
sqldelight = "2.0.2"