Temporary remove API 16 support

This commit is contained in:
topjohnwu
2019-02-03 16:42:16 -05:00
parent 5a2cd2ac84
commit 6ee08b6717
2 changed files with 3 additions and 3 deletions

View File

@ -57,7 +57,7 @@ ui_print "- Target image: $BOOTIMAGE"
# Detect version and architecture
api_level_arch_detect
[ $API -lt 16 ] && abort "! Magisk is only for Jellybean and above (4.1+)"
[ $API -lt 17 ] && abort "! Magisk is only for Android 4.2 and above"
ui_print "- Device platform: $ARCH"