Skip to content

Commit

Permalink
update proguard rule
Browse files Browse the repository at this point in the history
  • Loading branch information
imndx committed Dec 8, 2022
1 parent e48c95d commit 948e1a5
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 @@ -56,6 +56,11 @@
*;
}

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

-keep class cn.wildfire.chat.kit.group.GroupAnnouncement {*;}
-keepclassmembers class cn.wildfire.chat.kit.group.GroupAnnouncement {
*;
Expand Down

0 comments on commit 948e1a5

Please sign in to comment.