pietrorampini / UpdateChecker

Increase your app's updates
Apache License 2.0
649 stars 128 forks source link

Make UpdateCheacker ready for Android Marshmallow #120

Open gfred opened 9 years ago

gfred commented 9 years ago

Hi,

with Android Marshmallow the apache http client is no longer supported and only works with a workaround. See Documentation: https://developer.android.com/preview/behavior-changes.html#behavior-apache-http-client

Can you please change to HttpURLConnection? Or OkHttp?

Thank you :)

anantshah93 commented 8 years ago

Not working in Marshmallow