something.apk icon indicating copy to clipboard operation
something.apk copied to clipboard

Remove depreciated HTTP library

Open MasterOdin opened this issue 9 years ago • 0 comments

The OkHttpStack currently uses org.apache.http package to handle making requests. This has been removed in SDK 23 (though we can use legacy library) so we should move away from it sooner rather than later before we totally can't use it (and get stuck on old SDK tools version).

MasterOdin avatar Apr 21 '16 01:04 MasterOdin