mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
pushing 1.4.5
This commit is contained in:
parent
1b0e066e92
commit
e95b18c815
@ -51,5 +51,11 @@
|
|||||||
<artifactId>apktool-lib</artifactId>
|
<artifactId>apktool-lib</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.jf</groupId>
|
||||||
|
<artifactId>baksmali</artifactId>
|
||||||
|
<version>1.3.3-dev</version>
|
||||||
|
<type>jar</type>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -207,10 +207,12 @@ public class Main {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private static void usage() {
|
private static void usage() {
|
||||||
|
String smaliVersion = "1.3.3-dev";
|
||||||
System.out.println(
|
System.out.println(
|
||||||
"Apktool v" + Androlib.getVersion() + " - a tool for reengineering Android apk files\n" +
|
"Apktool v" + Androlib.getVersion() + " - a tool for reengineering Android apk files\n" +
|
||||||
"Edited by iBotPeaches (@iBotPeaches) \n" +
|
|
||||||
"Copyright 2010 Ryszard Wiśniewski <brut.alll@gmail.com>\n" +
|
"Copyright 2010 Ryszard Wiśniewski <brut.alll@gmail.com>\n" +
|
||||||
|
"with baksmali/smali " + smaliVersion + " (http://smali.googlecode.com)\n" +
|
||||||
|
"Updated by iBotPeaches (@iBotPeaches) \n" +
|
||||||
"Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n" +
|
"Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)\n" +
|
||||||
"\n" +
|
"\n" +
|
||||||
"Usage: apktool [-q|--quiet OR -v|--verbose] COMMAND [...]\n" +
|
"Usage: apktool [-q|--quiet OR -v|--verbose] COMMAND [...]\n" +
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>brut.apktool.smali</groupId>
|
<groupId>brut.apktool.smali</groupId>
|
||||||
<artifactId>util</artifactId>
|
<artifactId>util</artifactId>
|
||||||
<version>1.3.3-ibot7-SNAPSHOT</version>
|
<version>1.3.3-ibot7</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
Loading…
Reference in New Issue
Block a user