Update for Android Studio 1.0 RC

This commit is contained in:
Dominik Schürmann 2014-12-04 18:57:09 +01:00
parent 9de76bb903
commit d50213e0b0
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@ buildscript {
dependencies { dependencies {
// NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information // NOTE: Always use fixed version codes not dynamic ones, e.g. 0.7.3 instead of 0.7.+, see README for more information
classpath 'com.android.tools.build:gradle:0.12.2' classpath 'com.android.tools.build:gradle:1.0.0-rc3'
} }
} }
@ -16,7 +16,7 @@ allprojects {
} }
task wrapper(type: Wrapper) { task wrapper(type: Wrapper) {
gradleVersion = '1.12' gradleVersion = '2.2.1'
} }
subprojects { subprojects {

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Mon Jun 09 22:04:23 CEST 2014 #Thu Dec 04 18:50:40 CET 2014
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-2.2.1-bin.zip