blob: 8e05d42400bfad73c1f82b929b88474127d021c2 [file] [log] [blame]
// Top-level build file where you can add configuration options common to all sub-projects/modules.
allprojects {
repositories {
mavenCentral()
jcenter()
google()
}
}
buildscript {
repositories {
mavenCentral()
jcenter()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
}
}