Bump minimum WebView version to 84

(cherry picked from commit b88e444cbc9551f2ce89c587b5eb91bb9ae95bdd)
This commit is contained in:
arkon 2020-10-10 16:35:08 -04:00 committed by Jobobby04
parent 6d235e23ff
commit 57803bce2f

View File

@ -13,7 +13,7 @@ object WebViewUtil {
const val REQUESTED_WITH = "com.android.browser"
const val MINIMUM_WEBVIEW_VERSION = 80
const val MINIMUM_WEBVIEW_VERSION = 84
fun supportsWebView(context: Context): Boolean {
try {