Skip to content

Commit

Permalink
update to gradle 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Oct 11, 2013
1 parent 03fc77c commit 0003531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0003531

Please sign in to comment.