mirror of
https://github.com/revanced/smali.git
synced 2025-05-06 09:24:33 +02:00
Add the findbugs library to baksmali explicitly, rather than transitively through dexlib
This commit is contained in:
parent
30ab0c266a
commit
5b4073a85c
@ -103,5 +103,10 @@
|
|||||||
<artifactId>commons-cli</artifactId>
|
<artifactId>commons-cli</artifactId>
|
||||||
<version>1.2</version>
|
<version>1.2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.google.code.findbugs</groupId>
|
||||||
|
<artifactId>jsr305</artifactId>
|
||||||
|
<version>1.3.9</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
Loading…
x
Reference in New Issue
Block a user