updating to Gradle 1.5

This commit is contained in:
Connor Tumbleson 2013-04-06 13:10:03 -05:00
parent 7d5d633b97
commit 26aa2c7d7a
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ class Compatibility {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.4'
gradleVersion = '1.5'
}
// If anyone uses this outside of GoogleCode (Apktool) developers. I will hunt you down and hurt you.

Binary file not shown.

View File

@ -1,6 +1,6 @@
#Sun Feb 17 08:56:38 CST 2013
#Sat Apr 06 13:05:10 CDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://downloads.gradle.org/distributions/gradle-1.4-bin.zip
distributionUrl=http\://downloads.gradle.org/distributions/gradle-1.5-bin.zip