Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace StandardCharsets (min SDK 19) with Charset.forName() #130

Closed
wants to merge 1 commit into from

Conversation

danielesegato
Copy link

StandardCharsets has been added in Java 1.7 and Android SDK 19 and thus
cause a java.lang.NoClassDefFoundError in Android 18 and below.

Should resolve issue #129

StandardCharsets has been added in Java 1.7 and Android SDK 19 and thus
cause a java.lang.NoClassDefFoundError in Android 18 and below.

Should resolve issue aws-amplify#129
@fosterzhang fosterzhang added the bug Something isn't working label May 10, 2016
@fosterzhang
Copy link
Contributor

@danielesegato Thank you for your contribution. It's better to use StringUtils.UTF8 as a mean of standardization. A similar fix will be included in the next release.

@danielesegato
Copy link
Author

danielesegato commented May 11, 2016

Fixed in this huge commit apparently :) 797c0df

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants