Skip to content

Commit

Permalink
update library
Browse files Browse the repository at this point in the history
  • Loading branch information
huburt-Hu committed Aug 7, 2018
1 parent f70b67e commit bbe14c9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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.3'
compileSdkVersion rootProject.ext.compileSdkVersion
buildToolsVersion rootProject.ext.buildToolsVersion

defaultConfig {
applicationId "com.app.hubert.newbieguide"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ task clean(type: Delete) {
}

ext{
supportLibraryVersion = "26.1.0"
supportLibraryVersion = "27.0.0"
compileSdkVersion = 26
buildToolsVersion = '26.0.2'
buildToolsVersion = '27.0.3'
}
2 changes: 1 addition & 1 deletion guide/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'com.github.dcendents.android-maven'
group = 'com.github.huburt-Hu'

android {
compileSdkVersion 26
compileSdkVersion rootProject.ext.compileSdkVersion

defaultConfig {
minSdkVersion 14
Expand Down

0 comments on commit bbe14c9

Please sign in to comment.