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

Looks like some problem with proguard. #50

Closed
mwshubham opened this issue Sep 13, 2017 · 3 comments
Closed

Looks like some problem with proguard. #50

mwshubham opened this issue Sep 13, 2017 · 3 comments

Comments

@mwshubham
Copy link

mwshubham commented Sep 13, 2017

-keepclassmembers public class com.mindorks.test.swipe.TinderCard {*;}
Added above line to build in minified mode

@janishar
Copy link
Owner

@mwshubham
Please add these lines in the proguard.

  -keepattributes *Annotation*
  -keepclassmembers class ** {
    @com.mindorks.placeholderview.annotations.** <methods>;
  }

@janishar
Copy link
Owner

@mwshubham Did the problem got resolved?

@mwshubham
Copy link
Author

@janishar Yeah tried this setting worked fine! Thanks

@janishar janishar closed this as completed Oct 3, 2017
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

No branches or pull requests

2 participants