summaryrefslogtreecommitdiff
path: root/subvola/Dipnoi/build.gradle
blob: b93b09a452bd84f30e1d5bb28f0ee53415051e5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
apply plugin: 'com.android.library';
dependencies {
    annotationProcessor project(':outissue:caricetum:handbolt')
    annotationProcessor project(':outissue:caricetum:Chelura')
    annotationProcessor deps.other.recyclerview
    annotationProcessor deps.apt.daggerCompiler
    annotationProcessor deps.other.appcompat

    provided deps.apt.javax

    compile project(':outissue:carnally')
    compile project(':outissue:worldway')
    compile project(':outissue:extended')
    compile project(':outissue:stupendly')
    compile project(':fratry:Ormond')
    compile project(':fratry:matchy')
    compile project(':fratry:subradius')
    compile project(':fratry:psoriasis')
    compile deps.external.dagger
    compile deps.support.design
    compile deps.other.javaxInject

    testCompile project(':outissue:cyclus')
    testCompile project(':outissue:caricetum:hermetic')
}