2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-09-01 00:12:21 +00:00

Drop API 17 (Android 4.2) support

This commit is contained in:
topjohnwu
2019-10-19 03:11:54 -04:00
parent 935bd01f59
commit 9c27d691dd
6 changed files with 17 additions and 34 deletions

View File

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