build: update to smali/baksmali 2.4.0

This commit is contained in:
Connor Tumbleson 2020-05-26 19:29:37 -04:00
parent 39b4777553
commit a04b9cd883
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -112,7 +112,7 @@ subprojects {
ext {
depends = [
baksmali: 'org.smali:baksmali:2.3.4',
baksmali: 'org.smali:baksmali:2.4.0',
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',
@ -120,7 +120,7 @@ subprojects {
junit: 'junit:junit:4.12',
proguard_gradle: 'net.sf.proguard:proguard-gradle:6.1.1',
snakeyaml: 'org.yaml:snakeyaml:1.18:android',
smali: 'org.smali:smali:2.3.4',
smali: 'org.smali:smali:2.4.0',
xmlpull: 'xpp3:xpp3:1.1.4c',
xmlunit: 'xmlunit:xmlunit:1.6',
]