aboutsummaryrefslogtreecommitdiff
path: root/tests/assets/app/build.gradle
blob: d078f0c49aaebc3600ef6e13872209f322153c45 (plain)
1
2
3
4
5
6
7
8
9
10
apply plugin: 'android'

android {
    compileSdkVersion 15
    buildToolsVersion "1.0"
}

dependencies {
    compile project(':lib')
}