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 {
|
2017-01-30 17:45:28 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:2.2.3'
|
2016-08-28 21:29:39 +00:00
|
|
|
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.8'
|
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
|
|
|
}
|
|
|
|
}
|