From 858216796a25b0da27f907c0da40a1bec8b163bf Mon Sep 17 00:00:00 2001 From: topjohnwu Date: Sun, 20 Jan 2019 18:17:24 -0500 Subject: [PATCH] Allow API 17 installation --- scripts/flash_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/flash_script.sh b/scripts/flash_script.sh index aeb8f081c..e196214b0 100644 --- a/scripts/flash_script.sh +++ b/scripts/flash_script.sh @@ -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"