Reduce build steps involved
This commit is contained in:
parent
2f7866b00c
commit
48314fc1b6
1 changed files with 4 additions and 1 deletions
|
@ -17,7 +17,10 @@ allprojects {
|
|||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenLocal()
|
||||
// mavenLocal() // for FDroid
|
||||
maven {
|
||||
url "${project(':background_fetch').projectDir}/libs"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue