mirror of
https://github.com/revanced/Apktool.git
synced 2024-12-11 21:37:47 +01:00
POM work ugh
This commit is contained in:
parent
5e49d31f41
commit
776a3b99c0
@ -56,6 +56,12 @@
|
||||
<artifactId>baksmali</artifactId>
|
||||
<version>1.3.3-dev</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jf</groupId>
|
||||
<artifactId>util</artifactId>
|
||||
<version>1.3.3-dev</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
@ -80,7 +80,7 @@
|
||||
<artifactId>common</artifactId>
|
||||
<version>1.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<dependency>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>smali</artifactId>
|
||||
<version>${smaliVersion}</version>
|
||||
@ -88,13 +88,12 @@
|
||||
<dependency>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>baksmali</artifactId>
|
||||
<version>1.3.3-ibot7</version>
|
||||
<type>jar</type>
|
||||
<version>${smaliVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>util</artifactId>
|
||||
<version>1.3.3-ibot7</version>
|
||||
<version>1.3.3-ibot7-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
@ -120,7 +119,7 @@
|
||||
<dependency>
|
||||
<groupId>org.jf</groupId>
|
||||
<artifactId>util</artifactId>
|
||||
<version>1.3.3-dev</version>
|
||||
<version>1.3.3-ibot7</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
Loading…
Reference in New Issue
Block a user