mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 08:57:48 +01: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)
|
||||
.connectTimeout(30, TimeUnit.SECONDS)
|
||||
.readTimeout(30, TimeUnit.SECONDS)
|
||||
.fastFallback(true)
|
||||
.addInterceptor(UserAgentInterceptor())
|
||||
|
||||
if (preferences.verboseLogging()) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[versions]
|
||||
aboutlib_version = "8.9.4"
|
||||
okhttp_version = "4.9.1"
|
||||
okhttp_version = "5.0.0-alpha.6"
|
||||
nucleus_version = "3.0.0"
|
||||
coil_version = "2.0.0-rc01"
|
||||
conductor_version = "3.1.2"
|
||||
|
|
Loading…
Reference in a new issue