Skip to content

Commit

Permalink
首次上传
Browse files Browse the repository at this point in the history
  • Loading branch information
puyang1017 committed Jan 29, 2019
1 parent 4c5bda3 commit 3431625
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions puymvpkotlin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
apply plugin: 'com.android.library'

android {
compileSdkVersion 28


compileSdkVersion rootProject.ext.android.compileSdkVersion

defaultConfig {
minSdkVersion 19
targetSdkVersion 28
versionCode 1
versionName "1.0"

testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"

minSdkVersion rootProject.ext.android.minSdkVersion
targetSdkVersion rootProject.ext.android.targetSdkVersion
versionCode rootProject.ext.android.versionCode
versionName rootProject.ext.android.versionName
}

buildTypes {
Expand Down

0 comments on commit 3431625

Please sign in to comment.