summaryrefslogtreecommitdiff
path: root/outissue/aricine/build.gradle
blob: bdcff2c91566bf58b9d166760fe02e0a4fc393b8 (plain)
1
2
3
4
5
6
7
apply plugin: 'com.android.library'
dependencies {
    compile deps.support.annotations
    compile deps.other.googleMap

    testCompile project(':outissue:cyclus')
}