mirror of
https://github.com/pxb1988/dex2jar.git
synced 2025-02-17 03:37:38 +00:00
9 lines
175 B
Groovy
9 lines
175 B
Groovy
description = 'Dex Reader'
|
|
|
|
dependencies {
|
|
compile project(':dex-reader-api')
|
|
testCompile (group: 'org.apache.commons', name: 'commons-compress', version:'1.4.1')
|
|
}
|
|
|
|
|