Skip to content

Commit

Permalink
升级sdk版本
Browse files Browse the repository at this point in the history
  • Loading branch information
yaming116 committed Mar 8, 2018
1 parent dcd22aa commit e4df7d7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 25
buildToolsVersion "25.0.3"
compileSdkVersion 27
buildToolsVersion "27.0.1"

defaultConfig {
applicationId "me.shenfan.updateapp.sample"
minSdkVersion 14
targetSdkVersion 25
targetSdkVersion 27
versionCode 1
versionName "1.0"
}
Expand Down
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ buildscript {
allprojects {
repositories {
maven { url "https://www.jitpack.io" }
maven {url "https://dl.google.com/dl/android/maven2/"}
jcenter()
}
}
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 27
buildToolsVersion "25.0.3"
buildToolsVersion "27.0.1"

defaultConfig {
minSdkVersion 14
Expand All @@ -25,5 +25,5 @@ android {
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:support-core-utils:25.3.1'
compile 'com.android.support:support-core-utils:27.0.1'
}

0 comments on commit e4df7d7

Please sign in to comment.