Update gradle version from 1.11 to 1.12 (stable)

This commit is contained in:
shadowislord 2014-09-07 19:09:13 -04:00
parent dbd9ed9d78
commit 39df98da34
2 changed files with 4 additions and 4 deletions

View File

@ -110,7 +110,7 @@ task mergedSource(type: Copy){
}
task wrapper(type: Wrapper, description: 'Creates and deploys the Gradle wrapper to the current directory.') {
gradleVersion = '1.11'
gradleVersion = '1.12'
}
String findNDK() {
@ -172,4 +172,4 @@ ext {
// targetFile.delete()
// }
// }
//}
//}

View File

@ -1,6 +1,6 @@
#Sun Mar 23 14:52:01 CET 2014
#Sun Sep 07 18:47:04 EDT 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.12-bin.zip