summaryrefslogtreecommitdiff
path: root/outissue/coherence/build.gradle
blob: 654577903f6e9d04b76702a43dd0a5b53bcf2015 (plain)
1
2
3
4
5
6
7
apply plugin: 'com.android.library';
dependencies {
    compile deps.other.geo
    compile deps.other.geo

    testCompile project(':outissue:cyclus')
}