Skip to content

Commit

Permalink
update build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjenx committed Apr 15, 2016
1 parent f73af29 commit 61efea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.0.0-beta6'
classpath 'com.android.tools.build:gradle:2.1.0-beta1'
}
}

Expand All @@ -21,6 +21,6 @@ allprojects {
}

task wrapper(type: Wrapper) {
gradleVersion = '2.10'
gradleVersion = '2.12'
distributionUrl = "https://services.gradle.org/distributions/gradle-$gradleVersion-all.zip"
}

0 comments on commit 61efea3

Please sign in to comment.