mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-21 20:47:03 -05:00
Require WebView 86+
This commit is contained in:
parent
fd2028557e
commit
907fbb94a2
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 = 84
|
const val MINIMUM_WEBVIEW_VERSION = 86
|
||||||
|
|
||||||
fun supportsWebView(context: Context): Boolean {
|
fun supportsWebView(context: Context): Boolean {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue