mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 01:55:53 +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>
|
<artifactId>apktool-lib</artifactId>
|
||||||
<version>${project.version}</version>
|
<version>${project.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<artifactId>common</artifactId>
|
||||||
|
<groupId>brut.j</groupId>
|
||||||
|
<type>jar</type>
|
||||||
|
<version>1.0</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
@ -93,13 +93,14 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>brut.apktool.smali</groupId>
|
<groupId>brut.apktool.smali</groupId>
|
||||||
<artifactId>baksmali</artifactId>
|
<artifactId>baksmali</artifactId>
|
||||||
<version>${smaliVersion}</version>
|
<version>1.3.4-ibot7</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<artifactId>dexlib</artifactId>
|
<artifactId>dexlib</artifactId>
|
||||||
<groupId>brut.apktool.smali</groupId>
|
<groupId>brut.apktool.smali</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>brut.apktool.smali</groupId>
|
<groupId>brut.apktool.smali</groupId>
|
||||||
@ -136,6 +137,12 @@
|
|||||||
<groupId>brut.apktool.smali</groupId>
|
<groupId>brut.apktool.smali</groupId>
|
||||||
<artifactId>dexlib</artifactId>
|
<artifactId>dexlib</artifactId>
|
||||||
<version>1.3.4-ibot7</version>
|
<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>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user