mirror of
https://github.com/topjohnwu/Magisk
synced 2025-09-01 06:38:46 +00:00
Remove more pre SDK 21 stuffs
This commit is contained in:
@@ -48,7 +48,7 @@ ui_print "- Target image: $BOOTIMAGE"
|
||||
# Detect version and architecture
|
||||
api_level_arch_detect
|
||||
|
||||
[ $API -lt 17 ] && abort "! Magisk only support Android 4.2 and above"
|
||||
[ $API -lt 21 ] && abort "! Magisk only support Android 5.0 and above"
|
||||
|
||||
ui_print "- Device platform: $ARCH"
|
||||
|
||||
|
Reference in New Issue
Block a user