Set minSdkVersion to 15

This commit is contained in:
Chumva 2019-11-04 13:21:23 +02:00
parent 84a15eda11
commit a9cf8f25b5

View file

@ -43,7 +43,7 @@ android {
} }
defaultConfig { defaultConfig {
minSdkVersion System.getenv("MIN_SDK_VERSION") ? System.getenv("MIN_SDK_VERSION").toInteger() : 14 minSdkVersion System.getenv("MIN_SDK_VERSION") ? System.getenv("MIN_SDK_VERSION").toInteger() : 15
targetSdkVersion 28 targetSdkVersion 28
versionCode 350 versionCode 350
versionCode System.getenv("APK_NUMBER_VERSION") ? System.getenv("APK_NUMBER_VERSION").toInteger() : versionCode versionCode System.getenv("APK_NUMBER_VERSION") ? System.getenv("APK_NUMBER_VERSION").toInteger() : versionCode