summaryrefslogtreecommitdiff
path: root/fratry/tentlet/build.gradle
blob: 2afb31c62e0f28c1c99558c11a3c7d93646c8f4d (plain)
1
2
3
4
5
6
apply plugin: 'com.android.library'
dependencies {
    compile project (':outissue:nonjurant')

    testCompile deps.other.leanback
}