Skip to content

Commit cbe7f0c

Browse files
author
aforge
committed
Add keep InnerClasses for SDPAux & IceCandidateAux.
1 parent f5793bd commit cbe7f0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/proguard-rules.pro

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
-keep class org.webrtc.** {*;}
2828
-keepclasseswithmembernames class * { native <methods>; }
2929

30+
# WebRTC SDP and ICE candidate auxiliary classes serialized into json.
31+
-keepattributes InnerClasses
32+
3033
# Don't mangle classes which are saved to DB.
3134
-keep class * implements java.io.Serializable
3235

0 commit comments

Comments
 (0)