mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
Tons of problems :(
This commit is contained in:
parent
346431a151
commit
82635e9219
@ -56,5 +56,11 @@
|
||||
<type>jar</type>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>dexlib</artifactId>
|
||||
<version>1.3.4-ibot7</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -36,6 +36,7 @@
|
||||
<include>org.yaml:snakeyaml</include>
|
||||
<include>commons-io:*</include>
|
||||
<include>org.antlr:antlr-runtime</include>
|
||||
<include>com.google.collections</include>
|
||||
</includes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
|
@ -83,23 +83,11 @@
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>smali</artifactId>
|
||||
<version>${smaliVersion}</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>dexlib</artifactId>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>baksmali</artifactId>
|
||||
<version>1.3.4-ibot7</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>dexlib</artifactId>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
Loading…
Reference in New Issue
Block a user