build: update to smali/baksmali 2.5.0

This commit is contained in:
Connor Tumbleson 2021-03-02 07:03:58 -05:00
parent d2f240c0e5
commit 71f547cfec
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.4.0',
baksmali: 'org.smali:baksmali:2.5.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: 'com.guardsquare:proguard-gradle:7.0.0',
snakeyaml: 'org.yaml:snakeyaml:1.18:android',
smali: 'org.smali:smali:2.4.0',
smali: 'org.smali:smali:2.5.0',
xmlpull: 'xpp3:xpp3:1.1.4c',
xmlunit: 'xmlunit:xmlunit:1.6',
]