aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
blob: 01e913305d5a17a94a10b231d3825f78ebdf8e6b (plain)
1
2
3
4
5
6
7
8
apply from: "build-common.gradle"

dependencies {
    targetCompile getAndroidPrebuilt('4')
    targetCompile project(':hamcrest')

    hostCompile project(':hamcrest')
}