mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-12 05:47:46 +01:00
I'm going to kill Maven. Seriously, this thing is hell. one bug left
This commit is contained in:
parent
d9484018ca
commit
346431a151
@ -50,5 +50,11 @@
|
||||
<artifactId>apktool-lib</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>common</artifactId>
|
||||
<groupId>brut.j</groupId>
|
||||
<type>jar</type>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
@ -93,13 +93,14 @@
|
||||
<dependency>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>baksmali</artifactId>
|
||||
<version>${smaliVersion}</version>
|
||||
<version>1.3.4-ibot7</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<artifactId>dexlib</artifactId>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
@ -136,6 +137,12 @@
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>dexlib</artifactId>
|
||||
<version>1.3.4-ibot7</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.collections</groupId>
|
||||
<artifactId>google-collections</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user