Fix build.gradle fro master branch
This commit is contained in:
parent
7fdf548c7c
commit
6fa8ca4c50
1 changed files with 4 additions and 4 deletions
|
@ -17,10 +17,10 @@ allprojects {
|
|||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenLocal() // for FDroid
|
||||
// maven {
|
||||
// url "${project(':background_fetch').projectDir}/libs"
|
||||
// }
|
||||
// mavenLocal() // for FDroid
|
||||
maven {
|
||||
url "${project(':background_fetch').projectDir}/libs"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue