mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-19 02:49:25 +01:00
Upgrade to smali 2.2.1
This commit is contained in:
parent
5ec25c9e37
commit
6597da9117
@ -82,7 +82,7 @@ subprojects {
|
||||
|
||||
ext {
|
||||
depends = [
|
||||
baksmali: 'org.smali:baksmali:2.2.0',
|
||||
baksmali: 'org.smali:baksmali:2.2.1',
|
||||
commons_cli: 'commons-cli:commons-cli:1.4',
|
||||
commons_io: 'commons-io:commons-io:2.4',
|
||||
commons_lang: 'org.apache.commons:commons-lang3:3.1',
|
||||
@ -91,7 +91,7 @@ subprojects {
|
||||
junit: 'junit:junit:4.12',
|
||||
proguard_gradle: 'net.sf.proguard:proguard-gradle:5.2.1',
|
||||
snakeyaml: 'org.yaml:snakeyaml:1.17',
|
||||
smali: 'org.smali:smali:2.2.0',
|
||||
smali: 'org.smali:smali:2.2.1',
|
||||
xmlpull: 'xpp3:xpp3:1.1.4c',
|
||||
xmlunit: 'xmlunit:xmlunit:1.3',
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user