2015-07-26 17:03:28 +02:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2017-01-14 21:44:28 +01:00
|
|
|
apply from: 'dependencies.gradle'
|
|
|
|
|
2015-07-26 17:03:28 +02:00
|
|
|
buildscript {
|
2017-01-14 21:44:28 +01:00
|
|
|
apply from: 'dependencies.gradle'
|
|
|
|
|
2015-07-26 17:03:28 +02:00
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
dependencies {
|
2017-01-14 21:44:28 +01:00
|
|
|
classpath gradlePlugins.androidTools
|
2015-07-26 17:03:28 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
|
|
|
}
|
|
|
|
}
|