Skip to content

Commit

Permalink
Merge pull request #66 from Patchett/master
Browse files Browse the repository at this point in the history
Update Support Libs And Gradle
  • Loading branch information
jrvansuita committed Mar 22, 2018
2 parents f26a747 + 41f67fb commit 9d86aa1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.3'
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5'
}
}
Expand All @@ -19,13 +19,13 @@ allprojects {
}

ext {
compileSdkVersion = 26
compileSdkVersion = 27
buildToolsVersion = '26.0.2'
targetSdkVersion = compileSdkVersion

supportLibVersion = '26.1.0'
supportLibVersion = '27.1.0'
iconHandlerVersion = 'v2.0.0'
butterKnifeVersion = '8.5.1'
butterKnifeVersion = '8.8.1'
}

task clean(type: Delete) {
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Mon May 08 16:04:34 CEST 2017
#Thu Mar 22 10:13:50 PDT 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 comments on commit 9d86aa1

Please sign in to comment.