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:
Ashish 2021-01-21 20:30:49 +05:30
parent d00127947c
commit 591220e674
35 changed files with 643 additions and 813 deletions

View file

@ -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