Change Android minSdkVersion to 19

This commit is contained in:
pengfei.zhou 2021-11-05 17:57:17 +08:00 committed by osborn
parent 2be389461c
commit a4a55db9cf
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ android {
buildToolsVersion '30.0.1' buildToolsVersion '30.0.1'
defaultConfig { defaultConfig {
applicationId "pub.doric.demo" applicationId "pub.doric.demo"
minSdkVersion 21 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"

View File

@ -6,7 +6,7 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"

View File

@ -5,7 +5,7 @@ android {
buildToolsVersion '30.0.1' buildToolsVersion '30.0.1'
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 19
targetSdkVersion 30 targetSdkVersion 30
versionCode 1 versionCode 1
versionName "1.0" versionName "1.0"