summaryrefslogtreecommitdiffstats
path: root/chimpchat/build.gradle
blob: 22a8f737e57964e546279ffcb588690cccef6f22 (plain)
1
2
3
4
5
6
7
8
9
10
11
group = 'com.android.tools'
archivesBaseName = 'chimpchat'
version = rootProject.ext.baseVersion

dependencies {
    compile project(':base:sdklib')
    compile project(':base:ddmlib')
    compile project(':swt:hierarchyviewer2lib')

    testCompile 'junit:junit:3.8.1'
}