2013-10-25 15:19:00 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2015-06-29 17:12:11 +00:00
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
mavenCentral()
|
|
|
|
}
|
|
|
|
dependencies {
|
2016-03-06 01:49:31 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:1.5.0'
|
2015-06-29 17:12:11 +00:00
|
|
|
}
|
|
|
|
}
|