Permalink
Browse files

update build tools

  • Loading branch information...
1 parent 64111f7 commit 9c2dd34a5be93d90c839668ae0fc5cf6185eee8f @Maxr1998 Maxr1998 committed Jan 23, 2016
Showing with 2 additions and 3 deletions.
  1. +1 −1 build.gradle
  2. +1 −2 gradle/wrapper/gradle-wrapper.properties
View
@@ -5,7 +5,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:2.0.0-alpha3'
+ classpath 'com.android.tools.build:gradle:2.0.0-alpha7'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@ -1,6 +1,5 @@
-#Thu Dec 31 18:07:01 IST 2015
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.8-all.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-2.10-all.zip

0 comments on commit 9c2dd34

Please sign in to comment.