Update APKTool
This commit is contained in:
parent
d28e9c1407
commit
f8fa8c5da7
BIN
libs/apktool-2.5.0.jar
Normal file
BIN
libs/apktool-2.5.0.jar
Normal file
Binary file not shown.
Binary file not shown.
7
pom.xml
7
pom.xml
|
@ -30,7 +30,7 @@
|
|||
<artifactId>apktool</artifactId>
|
||||
<version>2.3.0</version>
|
||||
<scope>system</scope>
|
||||
<systemPath>${project.basedir}/libs/apktool_2.3.0.jar</systemPath>
|
||||
<systemPath>${project.basedir}/libs/apktool-2.5.0.jar</systemPath>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
|
@ -186,6 +186,11 @@
|
|||
<artifactId>smali</artifactId>
|
||||
<version>2.5.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.smali</groupId>
|
||||
<artifactId>baksmali</artifactId>
|
||||
<version>2.5.2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
|
|
Loading…
Reference in New Issue
Block a user