build: update to smali/baksmali 2.3.0

This commit is contained in:
Connor Tumbleson 2019-08-17 06:59:54 -04:00
parent 75e4c61a1a
commit 945ce9b3d4
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -109,7 +109,7 @@ subprojects {
ext {
depends = [
baksmali: 'org.smali:baksmali:2.2.7',
baksmali: 'org.smali:baksmali:2.3',
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',
@ -117,7 +117,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.2.7',
smali: 'org.smali:smali:2.3',
xmlpull: 'xpp3:xpp3:1.1.4c',
xmlunit: 'xmlunit:xmlunit:1.6',
]