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

minSdkTarget 14 not valid anymore for version 2.3.4 due OKHttp #529

Open wman1980 opened 4 years ago

wman1980 commented 4 years ago

Hi everybody,

unfortunately you minSdkTarget is not valid anymore since you updated okhttp to 4.1.0 which requires at least ApiLevel 21, see: https://medium.com/square-corner-blog/okhttp-3-13-requires-android-5-818bb78d07ce

am I right?