Update minimum WebView version

(cherry picked from commit efdff9a21a83cbdb5b32c40be3da015fdf159fdc)
This commit is contained in:
arkon 2023-05-24 17:55:27 -04:00 committed by Jobobby04
parent acfdad6e87
commit 31d92823cb

View File

@ -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 {