mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-28 13:23:58 +01:00
Fixes #3790
Use WorkManagers to process upload contributions ** Removed UploadService and Added UploadWorker to process contributions Upload ** Made nescessary changes to remove the usages of the Service from the classes ** UI Fxies- Minor changes in the retry and cancel uplaod icons to give them a clickable area of 48 dp
This commit is contained in:
parent
d00127947c
commit
62ee2e8259
35 changed files with 643 additions and 797 deletions
|
|
@ -19,7 +19,7 @@ android.enableBuildCache=true
|
|||
KOTLIN_VERSION=1.3.72
|
||||
BUTTERKNIFE_VERSION=10.1.0
|
||||
LEAK_CANARY_VERSION=1.6.2
|
||||
DAGGER_VERSION=2.21
|
||||
DAGGER_VERSION=2.23
|
||||
ROOM_VERSION=2.2.3
|
||||
PREFERENCE_VERSION=1.1.0
|
||||
CORE_KTX_VERSION=1.2.0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue