-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
Hi, im using your API-Wrapper for Twitch to make a simple app on android and i have a problem about "StandardCharsets" class, the problem is that that class only appears on Android API Level 19, that is Android 4.4.2 (KitKat). I want to make my app avaliable to all the possible people so i need, if you can and want, of course; to change this line: "StandardCharsets.UTF_8" on "http.RequestParams" to "Charset.forName("UTF-8")" and i think all will work as spected.
Thank you for your time.
Regards.
Metadata
Metadata
Assignees
Labels
No labels