Change Android minSdkVersion to 19
This commit is contained in:
parent
2be389461c
commit
a4a55db9cf
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user