dex2jar/dex-translator/build.gradle
Bob Pan c4bec2d2ec update dx from 1.7 to 23.0.0
--HG--
branch : 2.x
2015-09-27 03:39:14 +08:00

13 lines
315 B
Groovy

description = 'Dex Translator'
dependencies {
compile project(':dex-reader')
compile project(':dex-ir')
compile project(':d2j-base-cmd')
compile 'org.ow2.asm:asm-debug-all:5.0.3'
testCompile "com.google.android.tools:dx:23.0.0"
testCompile project(':d2j-smali')
testCompile project(':d2j-jasmin')
}