Bump minimum WebView version to 84
This commit is contained in:
parent
6c792d2821
commit
b88e444cbc
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ object WebViewUtil {
|
||||||
|
|
||||||
const val REQUESTED_WITH = "com.android.browser"
|
const val REQUESTED_WITH = "com.android.browser"
|
||||||
|
|
||||||
const val MINIMUM_WEBVIEW_VERSION = 80
|
const val MINIMUM_WEBVIEW_VERSION = 84
|
||||||
|
|
||||||
fun supportsWebView(context: Context): Boolean {
|
fun supportsWebView(context: Context): Boolean {
|
||||||
try {
|
try {
|
||||||
|
|
Reference in a new issue