Update APKTool

This commit is contained in:
Nico Mexis 2021-06-22 17:48:06 +02:00
parent d28e9c1407
commit f8fa8c5da7
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
3 changed files with 6 additions and 1 deletions

BIN
libs/apktool-2.5.0.jar Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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>