Some versioning fixes

This commit is contained in:
topjohnwu
2017-09-06 22:32:40 +08:00
parent 2592cb6019
commit df21539311
3 changed files with 8 additions and 4 deletions

View File

@@ -350,7 +350,7 @@ public class Utils {
DownloadReceiver receiver = null;
switch (idx) {
case 1:
if (mm.remoteMagiskVersionCode < 1370) {
if (mm.remoteMagiskVersionCode < 1400) {
mm.toast(R.string.no_boot_file_patch_support, Toast.LENGTH_LONG);
return;
}