summaryrefslogtreecommitdiff
path: root/Padraig/signist/build.gradle
blob: 6392ebaec414b95bc430e02134a4b05ee2d940ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
apply plugin: 'com.android.library'
dependencies {
    compile project(':Padraig:ratafee')
    compile project(':outissue:nutate')
    compile project(':outissue:extended')
    compile deps.external.timber

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