Commit 85821679 authored by topjohnwu's avatar topjohnwu

Allow API 17 installation

parent f24342f1
...@@ -57,7 +57,7 @@ ui_print "- Target image: $BOOTIMAGE" ...@@ -57,7 +57,7 @@ ui_print "- Target image: $BOOTIMAGE"
# Detect version and architecture # Detect version and architecture
api_level_arch_detect 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" ui_print "- Device platform: $ARCH"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment