Update APKTool
This commit is contained in:
parent
47a99c4e90
commit
a86623cd2a
18 changed files with 21 additions and 15 deletions
|
@ -19,5 +19,6 @@ Some dependencies may have been modified or could be released by their author in
|
||||||
|
|
||||||
#### Modifications
|
#### 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
|
- `JD-GUI`: Removed ASM, RSyntaxTextArea, ANTLR, and TreeLayout
|
||||||
- `APKTool`: Recompiled with the newest dependency versions, removed prebuilt folder
|
|
||||||
|
|
BIN
libs/org/apktool/apktool-cli/2.6.0/apktool-cli-2.6.0.jar
Normal file
BIN
libs/org/apktool/apktool-cli/2.6.0/apktool-cli-2.6.0.jar
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
||||||
|
92750a855f488f5b90b4ee75352d53cc
|
|
@ -0,0 +1 @@
|
||||||
|
f84f12d4a024aa00fa314229c748c971c984f8ae
|
|
@ -3,6 +3,6 @@
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.apktool</groupId>
|
<groupId>org.apktool</groupId>
|
||||||
<artifactId>apktool</artifactId>
|
<artifactId>apktool-cli</artifactId>
|
||||||
<version>2.5.0bcv2</version>
|
<version>2.6.0</version>
|
||||||
</project>
|
</project>
|
|
@ -0,0 +1 @@
|
||||||
|
32d7606cd2e4eb5ec99cf13a1f623a2c
|
|
@ -0,0 +1 @@
|
||||||
|
b7c5e3e3a20e7601b18d45f594ecaf0d31e0047c
|
|
@ -1,12 +1,12 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<metadata>
|
<metadata>
|
||||||
<groupId>org.apktool</groupId>
|
<groupId>org.apktool</groupId>
|
||||||
<artifactId>apktool</artifactId>
|
<artifactId>apktool-cli</artifactId>
|
||||||
<versioning>
|
<versioning>
|
||||||
<release>2.5.0bcv2</release>
|
<release>2.6.0</release>
|
||||||
<versions>
|
<versions>
|
||||||
<version>2.5.0bcv2</version>
|
<version>2.6.0</version>
|
||||||
</versions>
|
</versions>
|
||||||
<lastUpdated>20210622201718</lastUpdated>
|
<lastUpdated>20210916084410</lastUpdated>
|
||||||
</versioning>
|
</versioning>
|
||||||
</metadata>
|
</metadata>
|
1
libs/org/apktool/apktool-cli/maven-metadata.xml.md5
Normal file
1
libs/org/apktool/apktool-cli/maven-metadata.xml.md5
Normal file
|
@ -0,0 +1 @@
|
||||||
|
5cf5e3c60d76f6bc05317852c0dee46c
|
1
libs/org/apktool/apktool-cli/maven-metadata.xml.sha1
Normal file
1
libs/org/apktool/apktool-cli/maven-metadata.xml.sha1
Normal file
|
@ -0,0 +1 @@
|
||||||
|
33442f1de71c010486efa6d68d221cecd8bf185e
|
Binary file not shown.
|
@ -1 +0,0 @@
|
||||||
7d96a4ccc7289d0f0f476c618a6315a8
|
|
|
@ -1 +0,0 @@
|
||||||
f3aad98eee64a34566ae6b971b59a3fb27c897a5
|
|
|
@ -1 +0,0 @@
|
||||||
f13d5769cd41299e8727973044de6326
|
|
|
@ -1 +0,0 @@
|
||||||
8750ebdb9af548b87d7f4597f65ca49262de7033
|
|
|
@ -1 +0,0 @@
|
||||||
04af915c4a9139dff66855fe769239f1
|
|
|
@ -1 +0,0 @@
|
||||||
1f365a9ab11f7213c747f379cf8d4220dc1b7fab
|
|
9
pom.xml
9
pom.xml
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
<!-- Dependency versions -->
|
<!-- Dependency versions -->
|
||||||
<annotations.version>22.0.0</annotations.version>
|
<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>
|
<asm.version>9.2</asm.version>
|
||||||
<bined.version>0.2.0</bined.version>
|
<bined.version>0.2.0</bined.version>
|
||||||
<cfr.version>0.151</cfr.version>
|
<cfr.version>0.151</cfr.version>
|
||||||
|
@ -77,7 +77,12 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apktool</groupId>
|
<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>
|
<version>${apktool.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
|
Loading…
Reference in a new issue