aboutsummaryrefslogtreecommitdiff
path: root/impl_lite/build.gradle
blob: 30ba7873fa3f35d11c5b685675713b7c1a3bff72 (plain)
1
2
3
4
5
6
7
8
9
10
11
description = 'OpenCensus Lite Implementation'

dependencies {
    compile project(':opencensus-api'),
            project(':opencensus-impl-core')

    testCompile project(':opencensus-api'),
            project(':opencensus-impl-core')

    signature "net.sf.androidscents.signature:android-api-level-14:+@signature"
}