summaryrefslogtreecommitdiff
path: root/build-system/tests/overlay2/build.gradle
blob: eab4e131cb40a1571a1fb1df3b0f40f54cdf0810 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
buildscript {
    repositories {
        maven { url '../../../../../out/repo' }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.11.2'
    }
}

apply plugin: 'android'

android {
    compileSdkVersion 19
    buildToolsVersion '19.1.0'

    productFlavors {
        one {}
    }
}