aboutsummaryrefslogtreecommitdiff
path: root/tests/overlay1/build.gradle
blob: 8601ef1dd31aa46f235d9cb3b878627e1843b5c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
buildscript {
    repositories {
        maven { url '../../repo' }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.3-SNAPSHOT'
    }
}

apply plugin: 'android'

android {
    target "android-15"
}