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

Update guides installation section to guide user adding following proguard rules if needed #192

Open
carmenlau opened this issue Jan 26, 2018 · 1 comment

Comments

@carmenlau
Copy link
Contributor

Need checking chat sdk too

# joda
-dontwarn org.joda.convert.**
-dontwarn org.joda.time.**
-keep class org.joda.time.** { *; }
-keep interface org.joda.time.** { *; }
@howawong
Copy link
Contributor

howawong commented Feb 1, 2018

@carmenlau , talked to Calvin, it does not help even if we add the lines to proguards in the libraries. I think we better state it in guide and provide proguards template.

@carmenlau carmenlau changed the title Update example proguard rules for joda-time Update guides installation section to add following proguard rules if needed Feb 2, 2018
@carmenlau carmenlau changed the title Update guides installation section to add following proguard rules if needed Update guides installation section to guide user adding following proguard rules if needed Feb 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants