pietrorampini / UpdateChecker

Increase your app's updates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make UpdateCheacker ready for Android Marshmallow

gfred opened this issue · comments

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 :)

Not working in Marshmallow