Update WebView requirement

This commit is contained in:
M66B 2022-11-13 10:33:57 +01:00
parent d8c1bce5eb
commit 7e477d51da
1 changed files with 1 additions and 1 deletions

View File

@ -2134,7 +2134,7 @@ public class Log {
sb.append(String.format("WebView %d/%s %s\r\n",
pkg == null ? -1 : pkg.versionCode,
pkg == null ? null : pkg.versionName,
pkg == null || pkg.versionCode / 100000 < 5005 ? "!!!" : ""));
pkg == null || pkg.versionCode / 100000 < 5304 ? "!!!" : ""));
} catch (Throwable ex) {
sb.append(ex).append("\r\n");
}