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

Add proguard rule so that ripple effect can work in release package #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

markzhai
Copy link

@markzhai markzhai commented Apr 8, 2015

As nineoldandroids ObjectAnimator uses reflection to access get/sets, we
need proguard rules to protect RippleDrawable.

As nineoldandroids ObjectAnimator uses reflection to access get/sets, we
need proguard.
@saket
Copy link

saket commented Apr 9, 2015

Thank you!

@ypresto
Copy link

ypresto commented Aug 9, 2016

Package name is changed, use below snippet for 2.0.0+.

-keep class codetail.graphics.drawables.** { *; }

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