From 1b7865d9a85a8ca217bed141e1f7ca8022780580 Mon Sep 17 00:00:00 2001 From: LoveSy Date: Mon, 1 Mar 2021 00:21:57 +0800 Subject: [PATCH] [core] Drop SDK 26 on installation (#235) --- core/template_override/util_functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/template_override/util_functions.sh b/core/template_override/util_functions.sh index 4a4de44d..accf0d95 100644 --- a/core/template_override/util_functions.sh +++ b/core/template_override/util_functions.sh @@ -67,7 +67,7 @@ lspd_check_architecture() { } check_android_version() { - if [[ ${API} -ge 26 ]]; then + if [[ ${API} -ge 27 ]]; then ui_print "- Android SDK ${LANG_CUST_INST_VERSION}: ${API}" else require_new_android "${API}"