mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 09:17:48 +01:00
Update minimum WebView version
This commit is contained in:
parent
1824adb2ed
commit
efdff9a21a
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue