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

Circular button not working in release with proguard #26

Open
shahimclt opened this issue Apr 2, 2018 · 1 comment
Open

Circular button not working in release with proguard #26

shahimclt opened this issue Apr 2, 2018 · 1 comment

Comments

@shahimclt
Copy link

Morphing to a circular button is working as intended in my debug builds:

screenshot_1522659640

but as soon as I compile a release build, the button stops changing color and shape. Only the text changes:

screenshot_1522659625

Any idea whats going on?

@zargooshifar
Copy link

zargooshifar commented May 21, 2018

i have this issue too

edit:
i fixed it by adding this line to proguard-rules:
-keep class com.dd.morphingbutton.** {*;}

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