Update gradle scripts

This commit is contained in:
topjohnwu
2019-01-04 17:55:17 +08:00
parent 3edcd2004e
commit 04088b34a2
6 changed files with 32 additions and 65 deletions

View File

@@ -1,21 +1,6 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
defaultConfig {
minSdkVersion 17
targetSdkVersion rootProject.ext.compileSdkVersion
versionCode 1
versionName "1.0"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
buildTypes {
release {
minifyEnabled false