|
@@ -1,7 +1,15 @@
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
|
|
|
|
|
|
+allprojects {
|
|
|
|
|
+ repositories {
|
|
|
|
|
+ google()
|
|
|
|
|
+ jcenter()
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
buildscript {
|
|
buildscript {
|
|
|
repositories {
|
|
repositories {
|
|
|
|
|
+ google()
|
|
|
jcenter()
|
|
jcenter()
|
|
|
}
|
|
}
|
|
|
dependencies {
|
|
dependencies {
|
|
@@ -15,3 +23,7 @@ buildscript {
|
|
|
task clean(type: Delete) {
|
|
task clean(type: Delete) {
|
|
|
delete rootProject.buildDir
|
|
delete rootProject.buildDir
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+repositories {
|
|
|
|
|
+ google()
|
|
|
|
|
+}
|