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