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

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