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

Progard profiles #68

Closed
rex3du opened this issue Oct 21, 2015 · 5 comments
Closed

Progard profiles #68

rex3du opened this issue Oct 21, 2015 · 5 comments

Comments

@rex3du
Copy link

rex3du commented Oct 21, 2015

Hi

When I use Progards, your library couldn't be referenced.

I have already added -keep class com.daimajia.androidanimations.** { *; } into proguard-rules, but it doesn't work. Is there anyone know how to fix this?

@rcdev67
Copy link

rcdev67 commented Nov 3, 2015

-keep public class com.daimajia.* {;} fix it for me

@DhimasAP88
Copy link

Hi
i got same issue here, but when I implement using -keep public class com.daimajia.* {*;} is still give couldn't be referenced. Is there any suggestion to fix this?

@daimajia
Copy link
Owner

@DhimasAP88 Logs?

@coltwillcox
Copy link

Try with:
-keep class com.daimajia.easing.** { ; }
-keep interface com.daimajia.easing.
* { *; }

@daimajia
Copy link
Owner

It's been fixed in new version. Try the latest version again.

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

5 participants