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

apply plugin: 'com.android.application'

android {
    compileSdkVersion 19
    buildToolsVersion '19.1.0'
}