Update dex2jar
Now, the minSdkVersion can be changed via parameters!
This commit is contained in:
parent
6df3b05dc9
commit
63df81e378
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
27ccd6872887a6fa467c9f773f9fd218
|
|
@ -1 +0,0 @@
|
|||
ee70c208b9469e07dff48294d37ca4dfd009216c
|
|
@ -1,8 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.android</groupId>
|
||||
<artifactId>dx</artifactId>
|
||||
<version>30.0.3</version>
|
||||
</project>
|
|
@ -1 +0,0 @@
|
|||
1c8d965abdb64d5e7869fe7abd0f8f16
|
|
@ -1 +0,0 @@
|
|||
e0c4f44b6eff749939e1cd6f2d2aa5ba2d9281d7
|
|
@ -1,12 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>com.android</groupId>
|
||||
<artifactId>dx</artifactId>
|
||||
<versioning>
|
||||
<release>30.0.3</release>
|
||||
<versions>
|
||||
<version>30.0.3</version>
|
||||
</versions>
|
||||
<lastUpdated>20210809171340</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -1 +0,0 @@
|
|||
9fc6457b2aaaca1869f9e0f1aab372d4
|
|
@ -1 +0,0 @@
|
|||
5e542c95e397f2b4c3f2b150360e39aa519f0863
|
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
f97e8f816c52f65235221c07d1239d3d
|
|
@ -1 +0,0 @@
|
|||
86b997751ca56b58a8f4fcfeda5ab551260f68d1
|
|
@ -1 +0,0 @@
|
|||
7c8d4c4d4891fd7cdb47dbdd4a63119a
|
|
@ -1 +0,0 @@
|
|||
2a47ba2294e384c3a71d3d0f7377aa5b786676a2
|
BIN
libs/com/googlecode/D2Jar-obf/2.1v18/D2Jar-obf-2.1v18.jar
Normal file
BIN
libs/com/googlecode/D2Jar-obf/2.1v18/D2Jar-obf-2.1v18.jar
Normal file
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
f4b67e87b042466bee04a404aff73c11
|
|
@ -0,0 +1 @@
|
|||
eb3f42317a7132e1b1b07d17d0f172c9fc34c418
|
|
@ -4,5 +4,5 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.googlecode</groupId>
|
||||
<artifactId>D2Jar-obf</artifactId>
|
||||
<version>2.1v17</version>
|
||||
<version>2.1v18</version>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
b2e87856e1003b884b998c9f6a5264cc
|
|
@ -0,0 +1 @@
|
|||
e3eb433d29845c297633ee353d7f3c8500f758eb
|
|
@ -3,10 +3,10 @@
|
|||
<groupId>com.googlecode</groupId>
|
||||
<artifactId>D2Jar-obf</artifactId>
|
||||
<versioning>
|
||||
<release>2.1v17</release>
|
||||
<release>2.1v18</release>
|
||||
<versions>
|
||||
<version>2.1v17</version>
|
||||
<version>2.1v18</version>
|
||||
</versions>
|
||||
<lastUpdated>20210811111601</lastUpdated>
|
||||
<lastUpdated>20210811203925</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
||||
|
|
|
@ -1 +1 @@
|
|||
19401e6bf2748b0ddd408932176a58f6
|
||||
c523c9dea4895b9f5fbf37b5ee9d279f
|
|
@ -1 +1 @@
|
|||
2e3fa244873bd0d41026ef0c663e366a8bac1b2d
|
||||
514bb682feba7552c6a83970b143491748271b9f
|
9
pom.xml
9
pom.xml
|
@ -209,15 +209,10 @@
|
|||
<artifactId>JADX-Android</artifactId>
|
||||
<version>5.1bcv</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.android</groupId>
|
||||
<artifactId>dx</artifactId>
|
||||
<version>30.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.googlecode</groupId>
|
||||
<artifactId>D2Jar-obf</artifactId>
|
||||
<version>2.1v17</version>
|
||||
<version>2.1v18</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.weisj</groupId>
|
||||
|
@ -328,4 +323,4 @@
|
|||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue
Block a user