Skip to content

Commit

Permalink
update proguard rule
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed Mar 8, 2023
1 parent df9c6ee commit 91b328a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chat/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@
*;
}

-keep class cn.wildfire.chat.kit.organization.model.** {*;}
-keepclassmembers class cn.wildfire.chat.kit.organization.model.** {
*;
}

-keepclassmembers class cn.wildfirechat.** {
<init>(...);
}
Expand Down

0 comments on commit 91b328a

Please sign in to comment.