aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
blob: 3e84fd05fecffc2e29da80b39c3073a7b2b9fe6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
        mavenCentral()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:+'
        classpath 'com.android.databinding:dataBinder:+'
    }
}

allprojects {
    repositories {
        jcenter()
        mavenCentral()
    }
}