mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-05 23:45:08 +01:00
Update minimum WebView version
This commit is contained in:
parent
1824adb2ed
commit
efdff9a21a
@ -12,7 +12,7 @@ import tachiyomi.core.util.system.logcat
|
||||
object WebViewUtil {
|
||||
const val SPOOF_PACKAGE_NAME = "org.chromium.chrome"
|
||||
|
||||
const val MINIMUM_WEBVIEW_VERSION = 108
|
||||
const val MINIMUM_WEBVIEW_VERSION = 109
|
||||
|
||||
fun supportsWebView(context: Context): Boolean {
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user