2015-08-05 08:43:41 +00:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
dependencies {
|
2016-04-16 16:47:41 +00:00
|
|
|
classpath 'com.android.tools.build:gradle:2.0.0'
|
2015-08-05 10:13:11 +00:00
|
|
|
// Used for annotation processing needed by the AndroidAnnotations library
|
2015-08-05 10:10:10 +00:00
|
|
|
classpath 'com.neenbedankt.gradle.plugins:android-apt:1.6'
|
2015-08-05 08:43:41 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
}
|