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}"