Fix android gradle and add changelog
This commit is contained in:
parent
1e48f03f23
commit
f60af3f40b
2 changed files with 7 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"
|
||||
// }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
- faster syncs
|
||||
- swipe down to close the image view
|
||||
- archive albums to reduce noise
|
Loading…
Add table
Reference in a new issue