bither / bither-android

Bither - a simple and secure Bitcoin wallet!
http://bither.net
Apache License 2.0
436 stars 171 forks source link

Remove org.apache.http.legacy #79

Open emanuelb opened 3 years ago

emanuelb commented 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.