mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-13 20:54:12 +01:00
Allow API 17 installation
This commit is contained in:
parent
f24342f117
commit
858216796a
@ -57,7 +57,7 @@ ui_print "- Target image: $BOOTIMAGE"
|
||||
# Detect version and architecture
|
||||
api_level_arch_detect
|
||||
|
||||
[ $API -lt 19 ] && abort "! Magisk is only for KitKat and above (4.4+) (SDK 19+)"
|
||||
[ $API -lt 17 ] && abort "! Magisk is only for Jellybean MR1 and above (4.2+)"
|
||||
|
||||
ui_print "- Device platform: $ARCH"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user