v0.7.4: centralized more build script properties
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdkVersion 28
|
||||
compileSdkVersion appAndroidCompileSDK
|
||||
|
||||
defaultConfig {
|
||||
//noinspection MinSdkTooLow
|
||||
minSdkVersion 9
|
||||
minSdkVersion appAndroidMinSDK
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user