update to gradle 1.8

This commit is contained in:
Connor Tumbleson 2013-10-11 11:47:08 -05:00
parent 03fc77cca8
commit 000353167c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,6 +1,6 @@
#Sat Apr 06 13:05:10 CDT 2013
#Fri Oct 11 11:45:16 CDT 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://downloads.gradle.org/distributions/gradle-1.5-bin.zip
distributionUrl=http\://downloads.gradle.org/distributions/gradle-1.8-bin.zip