I'm trying to use this library on an app with a minimum SDK of 14, and it appears to work fine, appart from one method in AuthenticationIntercepter, which only support API 19 and above:
To fix this I've added a special method to get UTF8 standard charset:
I'm trying to use this library on an app with a minimum SDK of 14, and it appears to work fine, appart from one method in AuthenticationIntercepter, which only support API 19 and above:
To fix this I've added a special method to get UTF8 standard charset:
The method to get a standard charset is as follows: