William Brawner
894fea4193
This partially reverts commit 16185243
Signed-off-by: William Brawner <me@wbrawner.com>
20 lines
No EOL
380 B
Groovy
20 lines
No EOL
380 B
Groovy
apply plugin: 'com.android.library'
|
|
android {
|
|
compileSdkVersion 28
|
|
buildToolsVersion '28.0.3'
|
|
|
|
defaultConfig {
|
|
minSdkVersion 14
|
|
targetSdkVersion 28
|
|
}
|
|
|
|
buildTypes {
|
|
release {
|
|
minifyEnabled false
|
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
|
|
}
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
} |