dybarsky / spots-dialog

Android AlertDialog with moving dots progress indicator
MIT License
1.08k stars 242 forks source link

Spots doesn't show when using proguard #23

Closed gauravbordoloi closed 7 years ago

gauravbordoloi commented 7 years ago

Dots doesn't show while using promised. What we need to add in provided?

dybarsky commented 7 years ago

Hi. Please, add this to your proguard rules file

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