Add support for Happy Eyeballs
(cherry picked from commit da2b30268a51afca1eeb93f08256a236447ac2b6)
This commit is contained in:
parent
7569955f9e
commit
1ebcfc53d4
@ -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) {
|
||||
|
@ -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…
x
Reference in New Issue
Block a user