clover / clover-android-sdk

Clover SDK for developing applications on Clover Station/Mobile/Mini/Flex

Home Page:https://docs.clover.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update compileSdkVersion to 23

maltzj opened this issue · comments

Two of the test activities: WebServiceActivity and InventoryTestActivity use DefaultHttpClient, which was removed after API 22.

It would be great if these samples were updated to use the HttpUrlConnection class. You all could also go crazy and use OkHttp :p.