pedant / sweet-alert-dialog

SweetAlert for Android, a beautiful and clever alert dialog
http://pedant.github.io
7.27k stars 1.94k forks source link

Proguard true #212

Closed DaxeshV closed 4 years ago

DaxeshV commented 4 years ago

java.lang.RuntimeException: Unknown animation name: cn.pedant.SweetAlert.Rotate3dAnimation error:cn.pedant.SweetAlert.Rotate3dAnimation

rayastar commented 4 years ago

the same problem

DaxeshV commented 4 years ago

the same problem

add this line in Proguard

-keep class cn.pedant.* { ; }