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,13 +1,9 @@
apply plugin: 'com.android.application'
android {
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion
defaultConfig {
applicationId "com.topjohnwu.snet"
minSdkVersion 14
targetSdkVersion rootProject.ext.compileSdkVersion
versionCode 12
versionName "snet"
}