Change Android minSdkVersion to 19
This commit is contained in:
parent
2be389461c
commit
a4a55db9cf
@ -5,7 +5,7 @@ android {
|
||||
buildToolsVersion '30.0.1'
|
||||
defaultConfig {
|
||||
applicationId "pub.doric.demo"
|
||||
minSdkVersion 21
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
@ -6,7 +6,7 @@ android {
|
||||
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
@ -5,7 +5,7 @@ android {
|
||||
buildToolsVersion '30.0.1'
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
minSdkVersion 19
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
Reference in New Issue
Block a user