mirror of
https://github.com/revanced/Apktool.git
synced 2025-04-30 14:14:25 +02:00
updating to Gradle v1.4
This commit is contained in:
parent
626d7e7ecd
commit
dccbe33877
1
CHANGES
1
CHANGES
@ -1,6 +1,7 @@
|
|||||||
v1.5.3 (TBA)
|
v1.5.3 (TBA)
|
||||||
-Updated to smali/baksmali to v1.4.2
|
-Updated to smali/baksmali to v1.4.2
|
||||||
-Fixed (issue #396) - Correctly handle android:debuggable while in debug mode.
|
-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
|
v1.5.2 (Released February 2 - 2013) Codename: Bug Fixes
|
||||||
-Fixed (issue #299) - output smali filename errors to screen during rebuild instead of filestream
|
-Fixed (issue #299) - output smali filename errors to screen during rebuild instead of filestream
|
||||||
|
@ -38,7 +38,7 @@ class Compatibility {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task wrapper(type: Wrapper) {
|
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.
|
// If anyone uses this outside of GoogleCode (Apktool) developers. I will hunt you down and hurt you.
|
||||||
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
@ -1,6 +1,6 @@
|
|||||||
#Mon Nov 26 23:12:51 CST 2012
|
#Sun Feb 17 08:56:38 CST 2013
|
||||||
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\://downloads.gradle.org/distributions/gradle-1.3-bin.zip
|
distributionUrl=http\://downloads.gradle.org/distributions/gradle-1.4-bin.zip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user