spots-dialog
spots-dialog copied to clipboard
Progrss dots not showing
Progrss dots not showing in release apk. Added progard like below but no use.
-keep class dmax.dialog.. { *; }
I am having the same issue as described. Did anyone find a workaround for this?
I am having the same issue as described. Did anyone find a workaround for this?
As mentioned in https://github.com/dybarsky/spots-dialog/issues/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.
the .**
is showing error unresolved class name