mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-05 17:45:52 +01:00
lib/pom.xml: added smaliVersion property.
This commit is contained in:
parent
b61892dcec
commit
855d521a1f
@ -15,6 +15,10 @@
|
||||
|
||||
<name>apktool library</name>
|
||||
|
||||
<properties>
|
||||
<smaliVersion>1.2.4-brut1</smaliVersion>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
@ -49,17 +53,17 @@
|
||||
<dependency>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>smali</artifactId>
|
||||
<version>1.2.4-brut1</version>
|
||||
<version>${smaliVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>baksmali</artifactId>
|
||||
<version>1.2.4-brut1</version>
|
||||
<version>${smaliVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>brut.apktool.smali</groupId>
|
||||
<artifactId>dexlib</artifactId>
|
||||
<version>1.2.4-brut1</version>
|
||||
<version>${smaliVersion}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user