Skip to content

Commit

Permalink
[optimize][配置更新]:更新 sdk 版本信息
Browse files Browse the repository at this point in the history
  • Loading branch information
uni7corn committed Dec 30, 2017
1 parent dc6ab61 commit ed6488d
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 26
buildToolsVersion "27.0.1"
compileSdkVersion 27
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "com.szzh.audio.newviewpager"
minSdkVersion 16
Expand All @@ -26,7 +26,6 @@ dependencies {
exclude group: 'com.android.support', module: 'support-annotations'
})
testCompile 'junit:junit:4.12'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support:design:26.1.0'

implementation 'com.android.support:appcompat-v7:27.0.2'
implementation 'com.android.support:design:27.0.2'
}

0 comments on commit ed6488d

Please sign in to comment.