mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
7 lines
245 B
Java
7 lines
245 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 {
|
|
} |