updating to Gradle v1.4

This commit is contained in:
Connor Tumbleson 2013-02-17 08:58:47 -06:00
parent 626d7e7ecd
commit dccbe33877
4 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
v1.5.3 (TBA)
-Updated to smali/baksmali to v1.4.2
-Fixed (issue #396) - Correctly handle android:debuggable while in debug mode.
-Updated to Gradle 1.4
v1.5.2 (Released February 2 - 2013) Codename: Bug Fixes
-Fixed (issue #299) - output smali filename errors to screen during rebuild instead of filestream

View File

@ -38,7 +38,7 @@ class Compatibility {
}
task wrapper(type: Wrapper) {
gradleVersion = '1.3'
gradleVersion = '1.4'
}
// 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 @@
#Mon Nov 26 23:12:51 CST 2012
#Sun Feb 17 08:56:38 CST 2013
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=http\://downloads.gradle.org/distributions/gradle-1.3-bin.zip
distributionUrl=http\://downloads.gradle.org/distributions/gradle-1.4-bin.zip