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,10 +1,10 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 28
compileSdkVersion appAndroidCompileSDK
defaultConfig {
//noinspection MinSdkTooLow
minSdkVersion 9
minSdkVersion appAndroidMinSDK
}
}