You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App uses apache http client currently to call GitHub REST API. Google recommends not to use it anymore due to compatibility problems through android version, but use another library like OkHttp.
App uses apache http client currently to call GitHub REST API. Google recommends not to use it anymore due to compatibility problems through android version, but use another library like OkHttp.