1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

Update WebView requirement

This commit is contained in:
M66B 2022-11-13 10:33:57 +01:00
parent d8c1bce5eb
commit 7e477d51da

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");
}