lookfirst / sardine

an easy to use webdav client for java
Other
579 stars 185 forks source link

Android SDK 23 no longer uses org.apache.http.client #233

Closed SafetyMarcus closed 8 years ago

SafetyMarcus commented 8 years ago

I can't tell from the issues that were logged if someone has reported this before but, in Android SDK 23 (Marshmallow) Android dropped native support for HttpClient, which seems to be used extensively throughout the library (for example in your put requests). Is there some solution to this or are there plans to support Android SDK 23 and URLConnection?

dkocher commented 8 years ago

Why not just bundle the org.apache.httpcomponents dependency?