Update APKTool

This commit is contained in:
Nico Mexis 2021-09-16 13:54:34 +02:00
parent 47a99c4e90
commit a86623cd2a
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
18 changed files with 21 additions and 15 deletions

View File

@ -19,5 +19,6 @@ Some dependencies may have been modified or could be released by their author in
#### Modifications
- `ByteAnalysis`: Compiled from source with the newest dependency versions
- `APKTool`: Added the `apktool-cli` subproject, compiled without changes from source
- `JD-GUI`: Removed ASM, RSyntaxTextArea, ANTLR, and TreeLayout
- `APKTool`: Recompiled with the newest dependency versions, removed prebuilt folder

View File

@ -0,0 +1 @@
92750a855f488f5b90b4ee75352d53cc

View File

@ -0,0 +1 @@
f84f12d4a024aa00fa314229c748c971c984f8ae

View File

@ -3,6 +3,6 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apktool</groupId>
<artifactId>apktool</artifactId>
<version>2.5.0bcv2</version>
<artifactId>apktool-cli</artifactId>
<version>2.6.0</version>
</project>

View File

@ -0,0 +1 @@
32d7606cd2e4eb5ec99cf13a1f623a2c

View File

@ -0,0 +1 @@
b7c5e3e3a20e7601b18d45f594ecaf0d31e0047c

View File

@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<metadata>
<groupId>org.apktool</groupId>
<artifactId>apktool</artifactId>
<artifactId>apktool-cli</artifactId>
<versioning>
<release>2.5.0bcv2</release>
<release>2.6.0</release>
<versions>
<version>2.5.0bcv2</version>
<version>2.6.0</version>
</versions>
<lastUpdated>20210622201718</lastUpdated>
<lastUpdated>20210916084410</lastUpdated>
</versioning>
</metadata>

View File

@ -0,0 +1 @@
5cf5e3c60d76f6bc05317852c0dee46c

View File

@ -0,0 +1 @@
33442f1de71c010486efa6d68d221cecd8bf185e

View File

@ -1 +0,0 @@
7d96a4ccc7289d0f0f476c618a6315a8

View File

@ -1 +0,0 @@
f3aad98eee64a34566ae6b971b59a3fb27c897a5

View File

@ -1 +0,0 @@
f13d5769cd41299e8727973044de6326

View File

@ -1 +0,0 @@
8750ebdb9af548b87d7f4597f65ca49262de7033

View File

@ -1 +0,0 @@
04af915c4a9139dff66855fe769239f1

View File

@ -1 +0,0 @@
1f365a9ab11f7213c747f379cf8d4220dc1b7fab

View File

@ -14,7 +14,7 @@
<!-- Dependency versions -->
<annotations.version>22.0.0</annotations.version>
<apktool.version>2.5.0bcv2</apktool.version>
<apktool.version>2.6.0</apktool.version>
<asm.version>9.2</asm.version>
<bined.version>0.2.0</bined.version>
<cfr.version>0.151</cfr.version>
@ -77,7 +77,12 @@
</dependency>
<dependency>
<groupId>org.apktool</groupId>
<artifactId>apktool</artifactId>
<artifactId>apktool-cli</artifactId>
<version>${apktool.version}</version>
</dependency>
<dependency>
<groupId>org.apktool</groupId>
<artifactId>apktool-lib</artifactId>
<version>${apktool.version}</version>
</dependency>
<dependency>