khushpanchal / Ketch

An Android File downloader library based on WorkManager with pause and resume support.
https://medium.com/@khush.panchal123/ketch-android-file-downloader-library-7369f7b93bd1
448 stars 34 forks source link

WORKER FAILED in release mode #25

Closed triandamai closed 1 month ago

triandamai commented 2 months ago

I dont know why, but when my aplication running on release mode, the download worker from ketch show WORKER FAILURE. am i missing something?

Screenshot 2024-08-29 at 11 31 18
KhunHtetzNaing commented 2 months ago

Ketch uses Retrofit to download files. If you have isMinifyEnabled enabled, you'll need to add ProGuard rules.