Fix shading warning

This commit is contained in:
Nico Mexis 2021-09-16 14:14:13 +02:00
parent bdc4951dd8
commit b8f78d2ead
No known key found for this signature in database
GPG key ID: 27D6E17CE092AB78

View file

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