Fix shading warnings
This commit is contained in:
parent
0bc6d4a01b
commit
b5fe8a71c1
|
@ -19,7 +19,7 @@ Some dependencies may have been modified or could be released by their author in
|
|||
|
||||
#### Modifications
|
||||
|
||||
- `JD-GUI`: Removed ASM and RSyntaxTextArea
|
||||
- `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
|
||||
- `D2Jar`: Compiled from scratch
|
||||
- `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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
65e4fe5688630ec32c2c78d9e5c30e74
|
|
@ -1 +0,0 @@
|
|||
dcb766ec3af6a0d2af5deb8aa5200552c3e47422
|
|
@ -1 +0,0 @@
|
|||
045d93571840130425280acf44d0b1c4
|
|
@ -1 +0,0 @@
|
|||
e02d9bcadc36628f908f5c5cc7dbb73593a6e5e2
|
|
@ -1 +0,0 @@
|
|||
69423fd3d1b2f3a0ceef4fd7410c1c37
|
|
@ -1 +0,0 @@
|
|||
06ba4857ceb9120126431234133b607486389758
|
Binary file not shown.
1
libs/org/jd/jd-gui/1.6.6bcv/jd-gui-1.6.6bcv.jar.md5
Normal file
1
libs/org/jd/jd-gui/1.6.6bcv/jd-gui-1.6.6bcv.jar.md5
Normal file
|
@ -0,0 +1 @@
|
|||
27038a07a27a96680c00ce9bc2e7ecf9
|
1
libs/org/jd/jd-gui/1.6.6bcv/jd-gui-1.6.6bcv.jar.sha1
Normal file
1
libs/org/jd/jd-gui/1.6.6bcv/jd-gui-1.6.6bcv.jar.sha1
Normal file
|
@ -0,0 +1 @@
|
|||
d2e0687046e7e343b1150f23976c718b8f05d017
|
|
@ -2,7 +2,7 @@
|
|||
<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.jd</groupId>
|
||||
<groupId>org.jd</groupId>
|
||||
<artifactId>jd-gui</artifactId>
|
||||
<version>1.6.6bcv</version>
|
||||
</project>
|
1
libs/org/jd/jd-gui/1.6.6bcv/jd-gui-1.6.6bcv.pom.md5
Normal file
1
libs/org/jd/jd-gui/1.6.6bcv/jd-gui-1.6.6bcv.pom.md5
Normal file
|
@ -0,0 +1 @@
|
|||
746c99600f2e54d10b6edadf901583ae
|
1
libs/org/jd/jd-gui/1.6.6bcv/jd-gui-1.6.6bcv.pom.sha1
Normal file
1
libs/org/jd/jd-gui/1.6.6bcv/jd-gui-1.6.6bcv.pom.sha1
Normal file
|
@ -0,0 +1 @@
|
|||
a66b8df4397ea3f2985e811de4f1a6b06d2899b6
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>com.jd</groupId>
|
||||
<groupId>org.jd</groupId>
|
||||
<artifactId>jd-gui</artifactId>
|
||||
<versioning>
|
||||
<release>1.6.6bcv</release>
|
||||
<versions>
|
||||
<version>1.6.6bcv</version>
|
||||
</versions>
|
||||
<lastUpdated>20210622184950</lastUpdated>
|
||||
<lastUpdated>20210810090109</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
1
libs/org/jd/jd-gui/maven-metadata.xml.md5
Normal file
1
libs/org/jd/jd-gui/maven-metadata.xml.md5
Normal file
|
@ -0,0 +1 @@
|
|||
3bacc3a2d75ec55b4a342685c525a242
|
1
libs/org/jd/jd-gui/maven-metadata.xml.sha1
Normal file
1
libs/org/jd/jd-gui/maven-metadata.xml.sha1
Normal file
|
@ -0,0 +1 @@
|
|||
7ccb5c6496569cac765190873996c27dc28361f0
|
14
pom.xml
14
pom.xml
|
@ -107,7 +107,7 @@
|
|||
<dependency>
|
||||
<groupId>org.jboss.windup.decompiler</groupId>
|
||||
<artifactId>decompiler-fernflower</artifactId>
|
||||
<version>5.1.4.Final</version>
|
||||
<version>5.2.0.Final</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
|
@ -130,7 +130,7 @@
|
|||
<version>3.1.6</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.jd</groupId>
|
||||
<groupId>org.jd</groupId>
|
||||
<artifactId>jd-gui</artifactId>
|
||||
<version>1.6.6bcv</version>
|
||||
</dependency>
|
||||
|
@ -239,6 +239,16 @@
|
|||
<artifactId>semantic-version</artifactId>
|
||||
<version>2.1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.abego.treelayout</groupId>
|
||||
<artifactId>org.abego.treelayout.core</artifactId>
|
||||
<version>1.0.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.antlr</groupId>
|
||||
<artifactId>antlr4</artifactId>
|
||||
<version>4.9.2</version>
|
||||
</dependency>
|
||||
|
||||
<!-- TODO Re-add for Graal.JS support -->
|
||||
<!--<dependency>
|
||||
|
|
Loading…
Reference in New Issue
Block a user