Skip to content

Commit

Permalink
build: update smali/baksmali to 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Feb 20, 2019
1 parent 400a463 commit 53fdd9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ subprojects {

ext {
depends = [
baksmali: 'org.smali:baksmali:2.2.5',
baksmali: 'org.smali:baksmali:2.2.6',
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',
guava: 'com.google.guava:guava:14.0',
junit: 'junit:junit:4.12',
proguard_gradle: 'net.sf.proguard:proguard-gradle:6.0.3',
snakeyaml: 'org.yaml:snakeyaml:1.18:android',
smali: 'org.smali:smali:2.2.5',
smali: 'org.smali:smali:2.2.6',
xmlpull: 'xpp3:xpp3:1.1.4c',
xmlunit: 'xmlunit:xmlunit:1.6',
]
Expand Down

0 comments on commit 53fdd9f

Please sign in to comment.