[core] Drop SDK 26 on installation (#235)

This commit is contained in:
LoveSy 2021-03-01 00:21:57 +08:00 committed by GitHub
parent 8acd20ad32
commit 1b7865d9a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ lspd_check_architecture() {
} }
check_android_version() { check_android_version() {
if [[ ${API} -ge 26 ]]; then if [[ ${API} -ge 27 ]]; then
ui_print "- Android SDK ${LANG_CUST_INST_VERSION}: ${API}" ui_print "- Android SDK ${LANG_CUST_INST_VERSION}: ${API}"
else else
require_new_android "${API}" require_new_android "${API}"