adjust build.gradle to handle apktool / dexlib2

This commit is contained in:
Connor Tumbleson
2013-06-20 08:27:13 -05:00
parent 007a6d45a2
commit a2c8d64d84
8 changed files with 26 additions and 11 deletions

View File

@ -30,7 +30,7 @@
*/
dependencies {
compile project(':util')
compile project('brut.apktool.smali:util')
compile depends.findbugs
compile depends.guava
}