mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
finally, fixed bugs. Pushing v1.4.7 public
This commit is contained in:
parent
82635e9219
commit
e9738642b2
@ -36,7 +36,7 @@
|
||||
<include>org.yaml:snakeyaml</include>
|
||||
<include>commons-io:*</include>
|
||||
<include>org.antlr:antlr-runtime</include>
|
||||
<include>com.google.collections</include>
|
||||
<include>com.google.*</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
|
@ -128,9 +128,10 @@
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.collections</groupId>
|
||||
<artifactId>google-collections</artifactId>
|
||||
<version>1.0</version>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>12.0</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user