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