alexrainman / ModernHttpClient

ModernHttpClient
MIT License
126 stars 27 forks source link

Updated nuget packages. #62

Closed yurkinh closed 4 years ago

yurkinh commented 4 years ago

Updated all nuget packages for all platforms. Updated OkHttp RequestBody.Create() in OkHttpNetworkHandler method due to deprecation in OkHttp 4.2.2 version

jded76 commented 4 years ago

Hi yurkinh. OkHttp version 4.x is not compatible with older androids. See my comment here

I think its too early to stop supporting older androids.

alexrainman commented 4 years ago

Fully agree.

yurkinh commented 4 years ago

I have downgraded OkHttp version to 3.12.6 hence it should be compatible with old android versions. And it is a bit newer then version 3.8.1 which is currently used

alexrainman commented 4 years ago

Merged manually.