Lower minSdkVersion to 24 for Android 7 friends
This commit is contained in:
parent
b87a9a6209
commit
1614cd1aa2
|
@ -8,9 +8,9 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "dev.lowrespalmtree.zmingz"
|
applicationId "dev.lowrespalmtree.zmingz"
|
||||||
minSdkVersion 26
|
minSdkVersion 24
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 1
|
versionCode 2
|
||||||
versionName "1.0"
|
versionName "1.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue