Reduce build steps involved

This commit is contained in:
Vishnu Mohandas 2021-05-24 14:09:07 +05:30
parent 2f7866b00c
commit 48314fc1b6

View file

@ -17,7 +17,10 @@ allprojects {
repositories {
google()
jcenter()
mavenLocal()
// mavenLocal() // for FDroid
maven {
url "${project(':background_fetch').projectDir}/libs"
}
}
}