Daskiworks / ghwatch

This app for Android allows you to follow GitHub notifications directly from your device.
Apache License 2.0
25 stars 7 forks source link

Migrate to OkHttp #123

Open velias opened 3 years ago

velias commented 3 years ago

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.