mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-06 18:57:26 +01:00
Rollback to stable OkHttp
There's some weird crashes related to it. Happy Eyeballs will return once we upgrade again.
This commit is contained in:
parent
c1976ef599
commit
f060daf8c4
@ -27,7 +27,7 @@ class NetworkHelper(context: Context) {
|
||||
.cookieJar(cookieManager)
|
||||
.connectTimeout(30, TimeUnit.SECONDS)
|
||||
.readTimeout(30, TimeUnit.SECONDS)
|
||||
.fastFallback(true)
|
||||
// .fastFallback(true) // TODO: re-enable when OkHttp 5 is stabler
|
||||
.addInterceptor(UserAgentInterceptor())
|
||||
|
||||
if (preferences.verboseLogging()) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
[versions]
|
||||
aboutlib_version = "8.9.4"
|
||||
okhttp_version = "5.0.0-alpha.6"
|
||||
okhttp_version = "4.9.3"
|
||||
nucleus_version = "3.0.0"
|
||||
coil_version = "2.0.0-rc03"
|
||||
conductor_version = "3.1.2"
|
||||
|
Loading…
Reference in New Issue
Block a user