2015-04-30 22:15:10 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2013-12-23 19:26:55 +00:00
|
|
|
|
2015-04-30 22:15:10 +00:00
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
dependencies {
|
2017-03-04 14:52:51 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:2.3.0'
|
2015-04-30 22:15:10 +00:00
|
|
|
|
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
|
// in the individual module build.gradle files
|
|
|
|
}
|
2013-12-23 19:26:55 +00:00
|
|
|
}
|
|
|
|
|
2015-04-30 22:15:10 +00:00
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
}
|
2013-12-23 19:26:55 +00:00
|
|
|
}
|