Lower minSdkVersion to 24 for Android 7 friends

This commit is contained in:
dece 2020-05-05 20:48:16 +02:00
parent b87a9a6209
commit 1614cd1aa2

View file

@ -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"
} }