add repositories support (#1179)

Authored-by: Engin Diri <engin.diri@lidl.com>
This commit is contained in:
Norman Breau
2021-03-27 12:11:56 -03:00
committed by GitHub
parent 1430304d36
commit 11364918b2
6 changed files with 26 additions and 25 deletions
+4 -8
View File
@@ -29,10 +29,8 @@ ext {
}
buildscript {
repositories {
google()
jcenter()
}
apply from: 'repositories.gradle'
repositories repos
dependencies {
// The gradle plugin and the maven plugin have to be updated after each version of Android
@@ -44,10 +42,8 @@ buildscript {
}
allprojects {
repositories {
google()
jcenter()
}
apply from: 'repositories.gradle'
repositories repos
}
apply plugin: 'com.android.library'