Daskiworks/ghwatch

Migrate to OkHttp

Opened this issue · 0 comments

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.