back to Gradle 1.10, Using Gradle 1.11 requires Android Studio 0.5.0 which is not released yet

This commit is contained in:
Dominik Schürmann 2014-03-06 22:24:52 +01:00
parent 3d944483d3
commit 0cb5d86860
6 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
task wrapper(type: Wrapper) {
gradleVersion = '1.11'
gradleVersion = '1.10'
}

View File

@ -1,6 +1,6 @@
#Thu Mar 06 18:21:41 CET 2014
#Thu Mar 06 22:23:44 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip

View File

@ -15,5 +15,5 @@ allprojects {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.11'
gradleVersion = '1.10'
}

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Thu Mar 06 18:21:40 CET 2014
#Thu Mar 06 22:23:44 CET 2014
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://services.gradle.org/distributions/gradle-1.11-bin.zip
distributionUrl=http\://services.gradle.org/distributions/gradle-1.10-bin.zip