Update gradle version from 1.11 to 1.12 (stable)
This commit is contained in:
parent
dbd9ed9d78
commit
39df98da34
@ -110,7 +110,7 @@ task mergedSource(type: Copy){
|
|||||||
}
|
}
|
||||||
|
|
||||||
task wrapper(type: Wrapper, description: 'Creates and deploys the Gradle wrapper to the current directory.') {
|
task wrapper(type: Wrapper, description: 'Creates and deploys the Gradle wrapper to the current directory.') {
|
||||||
gradleVersion = '1.11'
|
gradleVersion = '1.12'
|
||||||
}
|
}
|
||||||
|
|
||||||
String findNDK() {
|
String findNDK() {
|
||||||
@ -172,4 +172,4 @@ ext {
|
|||||||
// targetFile.delete()
|
// targetFile.delete()
|
||||||
// }
|
// }
|
||||||
// }
|
// }
|
||||||
//}
|
//}
|
||||||
|
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
#Sun Mar 23 14:52:01 CET 2014
|
#Sun Sep 07 18:47:04 EDT 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.11-bin.zip
|
distributionUrl=http\://services.gradle.org/distributions/gradle-1.12-bin.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user