summaryrefslogtreecommitdiff
path: root/build-system/tests/flavorlibWithFailedTests/build.gradle
blob: 6c742419abbb3acf478020d989ed441f6af081b4 (plain)
1
2
3
4
5
6
7
8
9
10
buildscript {
    repositories {
        maven { url '../../../../../out/repo' }
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:0.11.1'
    }
}

apply plugin: 'android-reporting'