Dex2Jar shall be downloaded via GitHub Actions from now on

This commit is contained in:
Nico Mexis 2021-08-10 12:24:37 +02:00
parent bee442e6b5
commit cb25dfac09
No known key found for this signature in database
GPG Key ID: 27D6E17CE092AB78
16 changed files with 12 additions and 12 deletions

View File

@ -22,4 +22,4 @@ Some dependencies may have been modified or could be released by their author in
- `JD-GUI`: Removed ASM, RSyntaxTextArea, ANTLR, and TreeLayout
- `APKTool`: Recompiled with the newest dependency versions, removed prebuilt folder
- `dx`: Just taken from build-tools without modifications
- `Dex2Jar`: Compiled from scratch ([This fork](https://github.com/ThexXTURBOXx/dex2jar)); just take all individual jars from the subprojects and merge them without adding any external dependencies
- `Dex2Jar`: Compiled from scratch ([This fork](https://github.com/ThexXTURBOXx/dex2jar)); download the `all` artifact from [GitHub actions](https://github.com/ThexXTURBOXx/dex2jar/actions)

View File

@ -1 +0,0 @@
81084e179c8ac7f9638de6fb749f1a0e

View File

@ -1 +0,0 @@
a517e7a01c6d60dab4ea1645504c9ed9887a9190

View File

@ -1 +0,0 @@
c2145a55e8a96475489adebd58ea4968

View File

@ -1 +0,0 @@
e45f03179f6fc5a3becb4eda787c34fae28f93e5

View File

@ -0,0 +1 @@
ae7dd4574977afb65b07001b7f2d3c37

View File

@ -0,0 +1 @@
94203cede711888d62b43f8cbb5cc1ab63421655

View File

@ -4,5 +4,5 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode</groupId>
<artifactId>D2Jar-obf</artifactId>
<version>1.0bcv</version>
<version>2.1bcv</version>
</project>

View File

@ -0,0 +1 @@
fe1565d093d6d5413ee523d0896e8df2

View File

@ -0,0 +1 @@
e0893203337fc6c347ad85aa03e8a1b279a6288c

View File

@ -3,10 +3,10 @@
<groupId>com.googlecode</groupId>
<artifactId>D2Jar-obf</artifactId>
<versioning>
<release>1.0bcv</release>
<release>2.1bcv</release>
<versions>
<version>1.0bcv</version>
<version>2.1bcv</version>
</versions>
<lastUpdated>20210809231039</lastUpdated>
<lastUpdated>20210810101916</lastUpdated>
</versioning>
</metadata>

View File

@ -1 +1 @@
d54ac62e2043b2db34f2fcaad089de7c
16a0bb8e2256d85e1a46be53dca9e5e0

View File

@ -1 +1 @@
51083035146a191d5a37266136f5a19a3b2d78c9
250b104e7cf38cb78298d75a923a264a82ed52fc

View File

@ -217,7 +217,7 @@
<dependency>
<groupId>com.googlecode</groupId>
<artifactId>D2Jar-obf</artifactId>
<version>1.0bcv</version>
<version>2.1bcv</version>
</dependency>
<dependency>
<groupId>com.github.weisj</groupId>