Fix shading warning
This commit is contained in:
parent
bdc4951dd8
commit
b8f78d2ead
6
pom.xml
6
pom.xml
|
@ -84,6 +84,12 @@
|
|||
<groupId>org.apktool</groupId>
|
||||
<artifactId>apktool-lib</artifactId>
|
||||
<version>${apktool.version}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
|
|
Loading…
Reference in New Issue
Block a user