Commit 0aa7173e authored by Ahmed Ashour's avatar Ahmed Ashour Committed by skylot

chore: upgrade smali to 2.2.7 (PR #593)

parent b1b49e61
...@@ -8,12 +8,12 @@ dependencies { ...@@ -8,12 +8,12 @@ dependencies {
compile 'org.ow2.asm:asm:7.1' compile 'org.ow2.asm:asm:7.1'
compile 'org.jetbrains:annotations:17.0.0' compile 'org.jetbrains:annotations:17.0.0'
compile 'uk.com.robust-it:cloning:1.9.12' compile 'uk.com.robust-it:cloning:1.9.12'
compile('org.smali:smali:2.2.6') { compile('org.smali:smali:2.2.7') {
exclude group: 'com.google.guava' exclude group: 'com.google.guava'
} }
compile 'com.google.guava:guava:27.1-jre' compile 'com.google.guava:guava:27.1-jre'
testCompile 'org.smali:baksmali:2.2.6' testCompile 'org.smali:baksmali:2.2.7'
testCompile 'org.apache.commons:commons-lang3:3.8.1' testCompile 'org.apache.commons:commons-lang3:3.8.1'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment