Support API 16 (Android 4.1)

Because why not
This commit is contained in:
topjohnwu
2019-02-02 05:06:13 -05:00
parent 9fbe5895b7
commit 62acc17e42
15 changed files with 125 additions and 97 deletions

View File

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