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

Progrss dots not showing #53

Open
STPLAmrut opened this issue Jul 1, 2020 · 3 comments
Open

Progrss dots not showing #53

STPLAmrut opened this issue Jul 1, 2020 · 3 comments

Comments

@STPLAmrut
Copy link

Progrss dots not showing in release apk. Added progard like below but no use.

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

@topnax
Copy link

topnax commented Aug 4, 2020

I am having the same issue as described. Did anyone find a workaround for this?

@topnax
Copy link

topnax commented Aug 4, 2020

I am having the same issue as described. Did anyone find a workaround for this?

As mentioned in #6, adding

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

to your proguard config fixes this issue.

@STPLAmrut please make sure your Proguard config is correct. As far as I can tell it's invalid - you have two dots after the specifier dialog. Check the config above for working and valid syntax.

@Dave181295
Copy link

Dave181295 commented Jan 22, 2021

the .** is showing error unresolved class name

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