Fix shading warnings

This commit is contained in:
Nico Mexis 2021-08-10 11:12:48 +02:00
parent 0bc6d4a01b
commit b5fe8a71c1
No known key found for this signature in database
GPG key ID: 27D6E17CE092AB78
17 changed files with 24 additions and 14 deletions

View file

@ -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

View file

@ -1 +0,0 @@
65e4fe5688630ec32c2c78d9e5c30e74

View file

@ -1 +0,0 @@
dcb766ec3af6a0d2af5deb8aa5200552c3e47422

View file

@ -1 +0,0 @@
045d93571840130425280acf44d0b1c4

View file

@ -1 +0,0 @@
e02d9bcadc36628f908f5c5cc7dbb73593a6e5e2

View file

@ -1 +0,0 @@
69423fd3d1b2f3a0ceef4fd7410c1c37

View file

@ -1 +0,0 @@
06ba4857ceb9120126431234133b607486389758

View file

@ -0,0 +1 @@
27038a07a27a96680c00ce9bc2e7ecf9

View file

@ -0,0 +1 @@
d2e0687046e7e343b1150f23976c718b8f05d017

View file

@ -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>

View file

@ -0,0 +1 @@
746c99600f2e54d10b6edadf901583ae

View file

@ -0,0 +1 @@
a66b8df4397ea3f2985e811de4f1a6b06d2899b6

View file

@ -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>

View file

@ -0,0 +1 @@
3bacc3a2d75ec55b4a342685c525a242

View file

@ -0,0 +1 @@
7ccb5c6496569cac765190873996c27dc28361f0

14
pom.xml
View file

@ -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>