Remove AndroidHttpClient class after Roboelectric update

This commit is contained in:
Torsten Grote
2018-09-19 15:15:38 -03:00
parent 81863b9db6
commit b101c4b636

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 {
}