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

Not working when minifyEnabled True in Gradle #20

Closed
mariodantas opened this issue Jun 25, 2022 · 1 comment
Closed

Not working when minifyEnabled True in Gradle #20

mariodantas opened this issue Jun 25, 2022 · 1 comment

Comments

@mariodantas
Copy link

App crashes when compiled with minifyEnable = true

I added does not obfuscate KalertDialog in proguard-rules in order to use minify and be able to use my application

@moisoni97
Copy link
Contributor

Add the following ProGuard rule:

-keep class com.developer.kalert.Rotate3dAnimation {
    public <init>(...);
 }

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

3 participants