Merge branch 'roboelectric-android-http-client' into 'master'

Remove AndroidHttpClient class after Roboelectric update

See merge request briar/briar!929
This commit is contained in:
akwizgran
2018-09-20 11:04:52 +00:00

View File

@@ -1,7 +0,0 @@
package android.net.http;
// This class is here to fix an issue with Robolectric.
// https://github.com/robolectric/robolectric/issues/1862
// TODO: Check if this class can be removed on next Robolectric update
public class AndroidHttpClient {
}