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

android {
    target "android-17"

    defaultConfig {
        renderscriptTargetApi = 11
    }
}

dependencies {
    compile project(':lib')
}