Skip to content

Commit 91b328a

Browse files
committed
update proguard rule
1 parent df9c6ee commit 91b328a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

chat/proguard-rules.pro

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@
7272
*;
7373
}
7474

75+
-keep class cn.wildfire.chat.kit.organization.model.** {*;}
76+
-keepclassmembers class cn.wildfire.chat.kit.organization.model.** {
77+
*;
78+
}
79+
7580
-keepclassmembers class cn.wildfirechat.** {
7681
<init>(...);
7782
}

0 commit comments

Comments
 (0)