[Android] Upgrade MIN_SDK_VERSION from 16 to 17

This commit is contained in:
halx99 2022-01-30 20:38:01 +08:00
parent 1ca9505fdc
commit 392ca76e05
5 changed files with 5 additions and 5 deletions

View File

@ -21,7 +21,7 @@
PROP_COMPILE_SDK_VERSION=28 PROP_COMPILE_SDK_VERSION=28
# Android SDK version that will be used as the earliest version of android this application can run on # Android SDK version that will be used as the earliest version of android this application can run on
PROP_MIN_SDK_VERSION=16 PROP_MIN_SDK_VERSION=17
# Android SDK version that will be used as the latest version of android this application has been tested on # Android SDK version that will be used as the latest version of android this application has been tested on
PROP_TARGET_SDK_VERSION=28 PROP_TARGET_SDK_VERSION=28

View File

@ -21,7 +21,7 @@
PROP_COMPILE_SDK_VERSION=28 PROP_COMPILE_SDK_VERSION=28
# Android SDK version that will be used as the earliest version of android this application can run on # Android SDK version that will be used as the earliest version of android this application can run on
PROP_MIN_SDK_VERSION=16 PROP_MIN_SDK_VERSION=17
# Android SDK version that will be used as the latest version of android this application has been tested on # Android SDK version that will be used as the latest version of android this application has been tested on
PROP_TARGET_SDK_VERSION=28 PROP_TARGET_SDK_VERSION=28

View File

@ -21,7 +21,7 @@
PROP_COMPILE_SDK_VERSION=28 PROP_COMPILE_SDK_VERSION=28
# Android SDK version that will be used as the earliest version of android this application can run on # Android SDK version that will be used as the earliest version of android this application can run on
PROP_MIN_SDK_VERSION=16 PROP_MIN_SDK_VERSION=17
# Android SDK version that will be used as the latest version of android this application has been tested on # Android SDK version that will be used as the latest version of android this application has been tested on
PROP_TARGET_SDK_VERSION=28 PROP_TARGET_SDK_VERSION=28

View File

@ -21,7 +21,7 @@
PROP_COMPILE_SDK_VERSION=28 PROP_COMPILE_SDK_VERSION=28
# Android SDK version that will be used as the earliest version of android this application can run on # Android SDK version that will be used as the earliest version of android this application can run on
PROP_MIN_SDK_VERSION=16 PROP_MIN_SDK_VERSION=17
# Android SDK version that will be used as the latest version of android this application has been tested on # Android SDK version that will be used as the latest version of android this application has been tested on
PROP_TARGET_SDK_VERSION=28 PROP_TARGET_SDK_VERSION=28

View File

@ -21,7 +21,7 @@
PROP_COMPILE_SDK_VERSION=28 PROP_COMPILE_SDK_VERSION=28
# Android SDK version that will be used as the earliest version of android this application can run on # Android SDK version that will be used as the earliest version of android this application can run on
PROP_MIN_SDK_VERSION=16 PROP_MIN_SDK_VERSION=17
# Android SDK version that will be used as the latest version of android this application has been tested on # Android SDK version that will be used as the latest version of android this application has been tested on
PROP_TARGET_SDK_VERSION=28 PROP_TARGET_SDK_VERSION=28