v0.7.4: centralized more build script properties

This commit is contained in:
Evan Debenham
2019-07-14 15:50:20 -04:00
parent f3e2c60d46
commit 465b596382
3 changed files with 9 additions and 5 deletions

View File

@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion 28
compileSdkVersion appAndroidCompileSDK
defaultConfig {
resConfigs "en_US", "cs", "tr", "ca", "ko", "pl", "it",
"eo", "ru", "zh_CN", "de", "fr", "es", "pt", "fi", "hu", "in"
//noinspection MinSdkTooLow
minSdkVersion 9
targetSdkVersion 28
minSdkVersion appAndroidMinSDK
targetSdkVersion appAndroidTargetSDK
versionCode appVersionCode
versionName appVersionName
}