We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Morphing to a circular button is working as intended in my debug builds:
but as soon as I compile a release build, the button stops changing color and shape. Only the text changes:
Any idea whats going on?
The text was updated successfully, but these errors were encountered:
i have this issue too
edit: i fixed it by adding this line to proguard-rules: -keep class com.dd.morphingbutton.** {*;}
Sorry, something went wrong.
No branches or pull requests
Morphing to a circular button is working as intended in my debug builds:
but as soon as I compile a release build, the button stops changing color and shape. Only the text changes:
Any idea whats going on?
The text was updated successfully, but these errors were encountered: