summaryrefslogtreecommitdiff
path: root/fratry/crankum/build.gradle
blob: 32e04d0388643ec7b60efe06b6f5dd824a1d7de7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
apply plugin: 'com.android.library'
dependencies {
    annotationProcessor project(':outissue:caricetum:handbolt')
    annotationProcessor project(':outissue:caricetum:Chelura')

    compile project(':outissue:stupendly')
    compile project(':outissue:caricetum:skiapod')
    compile project(':fratry:subradius')

    compile deps.other.geo

    testCompile project(':outissue:cyclus')
}