Add support for Happy Eyeballs

(cherry picked from commit da2b30268a51afca1eeb93f08256a236447ac2b6)
This commit is contained in:
arkon 2022-03-19 16:48:33 -04:00 committed by Jobobby04
parent 7569955f9e
commit 1ebcfc53d4
2 changed files with 2 additions and 1 deletions

View File

@ -28,6 +28,7 @@ import java.util.concurrent.TimeUnit
.cookieJar(cookieManager)
.connectTimeout(30, TimeUnit.SECONDS)
.readTimeout(30, TimeUnit.SECONDS)
.fastFallback(true)
.addInterceptor(UserAgentInterceptor())
if (BuildConfig.DEBUG) {

View File

@ -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"