mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-06 01:55:53 +01:00
build: update to smali/baksmali 2.3.0
This commit is contained in:
parent
75e4c61a1a
commit
945ce9b3d4
@ -109,7 +109,7 @@ subprojects {
|
|||||||
|
|
||||||
ext {
|
ext {
|
||||||
depends = [
|
depends = [
|
||||||
baksmali: 'org.smali:baksmali:2.2.7',
|
baksmali: 'org.smali:baksmali:2.3',
|
||||||
commons_cli: 'commons-cli:commons-cli:1.4',
|
commons_cli: 'commons-cli:commons-cli:1.4',
|
||||||
commons_io: 'commons-io:commons-io:2.4',
|
commons_io: 'commons-io:commons-io:2.4',
|
||||||
commons_lang: 'org.apache.commons:commons-lang3:3.1',
|
commons_lang: 'org.apache.commons:commons-lang3:3.1',
|
||||||
@ -117,7 +117,7 @@ subprojects {
|
|||||||
junit: 'junit:junit:4.12',
|
junit: 'junit:junit:4.12',
|
||||||
proguard_gradle: 'net.sf.proguard:proguard-gradle:6.1.1',
|
proguard_gradle: 'net.sf.proguard:proguard-gradle:6.1.1',
|
||||||
snakeyaml: 'org.yaml:snakeyaml:1.18:android',
|
snakeyaml: 'org.yaml:snakeyaml:1.18:android',
|
||||||
smali: 'org.smali:smali:2.2.7',
|
smali: 'org.smali:smali:2.3',
|
||||||
xmlpull: 'xpp3:xpp3:1.1.4c',
|
xmlpull: 'xpp3:xpp3:1.1.4c',
|
||||||
xmlunit: 'xmlunit:xmlunit:1.6',
|
xmlunit: 'xmlunit:xmlunit:1.6',
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user