mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-12 21:35:18 +01:00
Require WebView 86+
This commit is contained in:
parent
b181c49d58
commit
a05d657d4d
@ -19,7 +19,7 @@ private val WEBVIEW_UA_VERSION_REGEX by lazy {
|
||||
Regex(""".*Chrome/(\d+)\..*""")
|
||||
}
|
||||
|
||||
private const val MINIMUM_WEBVIEW_VERSION = 70
|
||||
private const val MINIMUM_WEBVIEW_VERSION = 86
|
||||
|
||||
fun WebView.isOutdated(): Boolean {
|
||||
return getWebviewMajorVersion(this) < MINIMUM_WEBVIEW_VERSION
|
||||
|
Loading…
Reference in New Issue
Block a user