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

Make CREATOR final to prevent it obfuscation #17

Merged
merged 1 commit into from
Jun 20, 2014
Merged

Make CREATOR final to prevent it obfuscation #17

merged 1 commit into from
Jun 20, 2014

Conversation

danikula
Copy link

Default proguard config don't obfuscate only public static final CREATOR fields. See file
%ANDROID_HOME%/tools/proguard/proguard-android.txt:

-keep class * implements android.os.Parcelable {
  public static final android.os.Parcelable$Creator *;
}

@mcharmas
Copy link
Owner

Good point. I'll merge it and release later today.
Thx for pull request.

@danikula
Copy link
Author

No problem

@dallasgutauckis
Copy link
Contributor

Bump

@mcharmas mcharmas merged commit 752fb69 into mcharmas:master Jun 20, 2014
@danikula danikula deleted the obfuscation branch July 8, 2014 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants