summaryrefslogtreecommitdiff
path: root/build-system/tests/flavorlibWithFailedTests/build.gradle
blob: 43242320a66c367d80cc827f3ab5c386fb9fe3bf (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.12.2'
    }
}

apply plugin: 'android-reporting'