Skip to content

Commit

Permalink
Updated Gradle & Build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-stoneuk committed Sep 17, 2017
1 parent 58e70ee commit d7ee1c9
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.0-beta6'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.5' // Add this line

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -21,12 +21,12 @@ allprojects {

ext {
compileSdkVersion = 26
buildToolsVersion = '25.0.2'
buildToolsVersion = '26.0.1'
targetSdkVersion = compileSdkVersion
minSdkVersion = 14

supportLibVersion = '26.0.2'
leakCanaryVersion = '1.5'
supportLibVersion = '26.0.1'
leakCanaryVersion = '1.5.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 @@
#Fri Jan 20 17:21:59 GMT 2017
#Sun Sep 17 10:50:42 BST 2017
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip

0 comments on commit d7ee1c9

Please sign in to comment.