Update chrome version

This commit is contained in:
Mikołaj Pich 2019-11-03 19:35:51 +01:00
parent 4c4cfb5eed
commit c2377ce5ce

View file

@ -11,7 +11,7 @@ class UserAgentInterceptor(
private val androidVersion: String,
private val buildTag: String,
private val webKitRev: String = "537.36",
private val chromeRev: String = "71.0.3578.98"
private val chromeRev: String = "78.0.3904.62"
) : Interceptor {
override fun intercept(chain: Interceptor.Chain): Response {