2014-01-24 08:45:36 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
2013-05-26 12:39:44 +00:00
|
|
|
buildscript {
|
|
|
|
repositories {
|
2015-07-12 07:29:00 +00:00
|
|
|
jcenter()
|
2013-05-26 12:39:44 +00:00
|
|
|
}
|
|
|
|
dependencies {
|
2015-06-21 11:04:52 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:1.2.3'
|
2013-05-26 12:39:44 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-01-24 08:45:36 +00:00
|
|
|
allprojects {
|
|
|
|
repositories {
|
2015-07-12 07:29:00 +00:00
|
|
|
jcenter()
|
2013-05-26 12:39:44 +00:00
|
|
|
}
|
|
|
|
}
|