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

Progaurd issue #6

Closed
vinaychandra opened this issue Jul 26, 2015 · 1 comment
Closed

Progaurd issue #6

vinaychandra opened this issue Jul 26, 2015 · 1 comment

Comments

@vinaychandra
Copy link

Spots are not being displayed when minify is enabled in progaurd for Release build. It works again if minify is enabled.

@dybarsky
Copy link
Owner

Hello!
Yes, this issue is known. Just add these lines into your proguard config file:

-keep class dmax.dialog.** {
    *;
}

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