aboutsummaryrefslogtreecommitdiff
path: root/tests/libsTest/lib1/build.gradle
blob: 5d89ebf729c240262a189a4d6b0b6174e76a0f46 (plain)
1
2
3
4
5
6
7
8
9
10
apply plugin: 'android-library'

dependencies {
    compile project(':lib2')
}

android {
    compileSdkVersion 15
    buildToolsVersion "17.0"
}