mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Add support for Happy Eyeballs
This commit is contained in:
parent
1163aa4e4e
commit
da2b30268a
2 changed files with 2 additions and 1 deletions
|
@ -27,6 +27,7 @@ class NetworkHelper(context: Context) {
|
||||||
.cookieJar(cookieManager)
|
.cookieJar(cookieManager)
|
||||||
.connectTimeout(30, TimeUnit.SECONDS)
|
.connectTimeout(30, TimeUnit.SECONDS)
|
||||||
.readTimeout(30, TimeUnit.SECONDS)
|
.readTimeout(30, TimeUnit.SECONDS)
|
||||||
|
.fastFallback(true)
|
||||||
.addInterceptor(UserAgentInterceptor())
|
.addInterceptor(UserAgentInterceptor())
|
||||||
|
|
||||||
if (preferences.verboseLogging()) {
|
if (preferences.verboseLogging()) {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[versions]
|
[versions]
|
||||||
aboutlib_version = "8.9.4"
|
aboutlib_version = "8.9.4"
|
||||||
okhttp_version = "4.9.1"
|
okhttp_version = "5.0.0-alpha.6"
|
||||||
nucleus_version = "3.0.0"
|
nucleus_version = "3.0.0"
|
||||||
coil_version = "2.0.0-rc01"
|
coil_version = "2.0.0-rc01"
|
||||||
conductor_version = "3.1.2"
|
conductor_version = "3.1.2"
|
||||||
|
|
Loading…
Reference in a new issue