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