minsdk
This commit is contained in:
@@ -16,7 +16,7 @@ android {
|
|||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "xyz.quaver.pupil"
|
applicationId = "xyz.quaver.pupil"
|
||||||
minSdk = 16
|
minSdk = 21
|
||||||
targetSdk = 35
|
targetSdk = 35
|
||||||
versionCode = 70
|
versionCode = 70
|
||||||
versionName = "5.3.16"
|
versionName = "5.3.16"
|
||||||
@@ -29,8 +29,6 @@ android {
|
|||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
debug {
|
debug {
|
||||||
defaultConfig.minSdk = 21
|
|
||||||
|
|
||||||
isMinifyEnabled = false
|
isMinifyEnabled = false
|
||||||
isShrinkResources = false
|
isShrinkResources = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user