pushing 1.4.5

This commit is contained in:
Connor Tumbleson 2012-04-14 11:06:52 -05:00
parent 1b0e066e92
commit e95b18c815
3 changed files with 10 additions and 2 deletions

View File

@ -51,5 +51,11 @@
<artifactId>apktool-lib</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jf</groupId>
<artifactId>baksmali</artifactId>
<version>1.3.3-dev</version>
<type>jar</type>
</dependency>
</dependencies>
</project>

View File

@ -207,10 +207,12 @@ public class Main {
}
private static void usage() {
String smaliVersion = "1.3.3-dev";
System.out.println(
"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" +
"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" +
"\n" +
"Usage: apktool [-q|--quiet OR -v|--verbose] COMMAND [...]\n" +

View File

@ -94,7 +94,7 @@
<dependency>
<groupId>brut.apktool.smali</groupId>
<artifactId>util</artifactId>
<version>1.3.3-ibot7-SNAPSHOT</version>
<version>1.3.3-ibot7</version>
<type>jar</type>
</dependency>
<dependency>