blob: b0dc15fe24081510aba50ced405d291b9e3dd559 [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.0'
}
}