mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-26 11:47:45 +01:00
finally fixed buildError
This commit is contained in:
parent
aed20bd6a3
commit
acf7b1422c
@ -62,11 +62,5 @@
|
||||
<version>1.3.4-ibot7</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-lang3</artifactId>
|
||||
<version>3.1</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -37,6 +37,7 @@
|
||||
<include>commons-io:*</include>
|
||||
<include>org.antlr:antlr-runtime</include>
|
||||
<include>com.google.*</include>
|
||||
<include>org.apache.*</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
|
@ -207,7 +207,6 @@ public class Main {
|
||||
}
|
||||
|
||||
private static void usage() {
|
||||
String smaliVersion = "1.3.4-dev";
|
||||
System.out.println(
|
||||
"Apktool v" + Androlib.getVersion() + " - a tool for reengineering Android apk files\n" +
|
||||
"Copyright 2010 Ryszard Wiśniewski <brut.alll@gmail.com>\n" +
|
||||
|
@ -33,6 +33,7 @@ import java.util.Map;
|
||||
import java.util.logging.Logger;
|
||||
import org.yaml.snakeyaml.DumperOptions;
|
||||
import org.yaml.snakeyaml.Yaml;
|
||||
import org.apache.commons.lang3.StringUtils;
|
||||
|
||||
/**
|
||||
* @author Ryszard Wiśniewski <brut.alll@gmail.com>
|
||||
|
Loading…
x
Reference in New Issue
Block a user