mirror of
https://github.com/pxb1988/dex2jar.git
synced 2024-11-23 13:19:46 +00:00
mark dx as test compile
--HG-- branch : 2.x
This commit is contained in:
parent
449f0a45bb
commit
fd9f503c22
@ -5,7 +5,7 @@ dependencies {
|
||||
compile project(':dex-ir')
|
||||
compile project(':d2j-base-cmd')
|
||||
compile group: 'org.ow2.asm', name: 'asm-debug-all', version:'4.1'
|
||||
provided "com.google.android.tools:dx:1.7"
|
||||
testCompile "com.google.android.tools:dx:1.7"
|
||||
testCompile project(':d2j-smali')
|
||||
}
|
||||
|
||||
|
@ -34,7 +34,7 @@
|
||||
<groupId>com.google.android.tools</groupId>
|
||||
<artifactId>dx</artifactId>
|
||||
<version>1.7</version>
|
||||
<scope>provided</scope>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
|
Loading…
Reference in New Issue
Block a user