something.apk
something.apk copied to clipboard
Remove depreciated HTTP library
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).