chinalwb / Android-Rich-text-Editor

Android Rich Text Editor With customized spans - 富文本编辑器 - Don't miss this one :)
Apache License 2.0
845 stars 166 forks source link

Missing proguard rules #165

Open Rashxz opened 10 months ago

Rashxz commented 10 months ago

When builiding the app using proguard ofuscation the editor crashes:

Fatal Exception: java.lang.ClassCastException java.lang.Class cannot be cast to java.lang.reflect.ParameterizedType

Adding this rule to proguard helps: -keep class com.chinalwb.are.* { ; }