novoda / download-manager

A library that handles long-running downloads, handling the network interactions and retrying downloads automatically after failures
Apache License 2.0
483 stars 63 forks source link

Update sdk versions #536

Open JozefCeluch opened 1 year ago

JozefCeluch commented 1 year ago

Updates target and compile SDK to 33 and minSdk to 21 with the smallest amount of changes necessary to make the demo app work.

I updated min SDK to 21 because that's the minimum version required by OkHttp.

The update of target/compile SDK required to update the androidx.work:work-runtime to latest version which then forced the change of the provider configuration in the manfiest.

The demo app seems to work fine with these changes.