修改android最低版本

This commit is contained in:
bingshi 2023-04-03 17:56:40 +08:00
parent 61d915ba55
commit d5d8ab6acf

View File

@ -22,7 +22,7 @@ android.enableJetifier=true
PROP_COMPILE_SDK_VERSION=30 PROP_COMPILE_SDK_VERSION=30
# 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=26 PROP_MIN_SDK_VERSION=22
# 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=31 PROP_TARGET_SDK_VERSION=31