blob: 22a8f737e57964e546279ffcb588690cccef6f22 [file] [log] [blame]
Raphael Moll3a0be4c2013-03-08 19:34:05 -08001group = 'com.android.tools'
2archivesBaseName = 'chimpchat'
Xavier Ducrohetc62de922014-05-21 18:43:20 -07003version = rootProject.ext.baseVersion
Raphael Moll3a0be4c2013-03-08 19:34:05 -08004
5dependencies {
Xavier Ducrohet1ad1e592014-05-14 10:22:15 -07006 compile project(':base:sdklib')
7 compile project(':base:ddmlib')
8 compile project(':swt:hierarchyviewer2lib')
Raphael Moll3a0be4c2013-03-08 19:34:05 -08009
Raphael Moll3a0be4c2013-03-08 19:34:05 -080010 testCompile 'junit:junit:3.8.1'
11}