Upgrade to smali 2.2.1

This commit is contained in:
Connor Tumbleson 2017-05-25 06:48:55 -04:00
parent 5ec25c9e37
commit 6597da9117
No known key found for this signature in database
GPG Key ID: C3CC0A201EC7DA75

View File

@ -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',
]