Open emanuelb opened 3 years ago
https://github.com/bither/bither-android/blob/5455fdb71d18b68b719db18e056c85fe2ed1e61d/bither-android/build.gradle#L7
this lib is deprecated from Android 6 https://developer.android.com/about/versions/marshmallow/android-6.0-changes#behavior-apache-http-client
Other http clients can be used like okttp https://github.com/square/okhttp or android HttpURLConnection.
https://github.com/bither/bither-android/blob/5455fdb71d18b68b719db18e056c85fe2ed1e61d/bither-android/build.gradle#L7
this lib is deprecated from Android 6 https://developer.android.com/about/versions/marshmallow/android-6.0-changes#behavior-apache-http-client
Other http clients can be used like okttp https://github.com/square/okhttp or android HttpURLConnection.