summaryrefslogtreecommitdiff
path: root/fratry/crapple/build.gradle
blob: 2288fb4b99d3e6b5ad2fcd71b8949baa2bf3b173 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
apply plugin: 'com.android.library';
dependencies {
    annotationProcessor deps.other.recyclerview

    compile project(':outissue:caricetum:concher')
    compile project(':fratry:matchy')
    compile project(':fratry:linotype')
    compile project(':outissue:edictally')
    compile project(':outissue:tristate');
    compile deps.external.rxjava
    compile deps.external.rxrelay
    compile deps.other.crittercism
    compile deps.other.geo
    compile deps.other.blockcanary

    testCompile deps.test.opentracing
    testCompile deps.other.leanback
}