Add needed google repository to build.gradle

This commit is contained in:
azarrias
2019-05-18 14:59:44 +02:00
parent 6ed3ba3810
commit 091dc44544
+12
View File
@@ -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 {
google()
jcenter()
}
dependencies {
@@ -15,3 +23,7 @@ buildscript {
task clean(type: Delete) {
delete rootProject.buildDir
}
repositories {
google()
}