mirror of
https://github.com/pxb1988/dex2jar.git
synced 2024-11-26 22:50:42 +00:00
092b7b48ba
--HG-- branch : 2.x
8 lines
185 B
Groovy
8 lines
185 B
Groovy
description = 'Dex Writer'
|
|
|
|
dependencies {
|
|
compile project(':dex-reader-api')
|
|
testCompile group: 'junit', name: 'junit', version:'4.10'
|
|
testCompile project(':dex-reader')
|
|
}
|