Files
briar/briar-android/src/test/java/android/net/http/AndroidHttpClient.java
2016-11-30 18:10:49 +00:00

7 lines
246 B
Java

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