mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-15 01:35:07 +08:00
Add proguard rule for WebRTC
This commit is contained in:
parent
bbf0b1e3ba
commit
44365d70fe
3
matrix-sdk-android/proguard-rules.pro
vendored
3
matrix-sdk-android/proguard-rules.pro
vendored
@ -61,3 +61,6 @@
|
||||
|
||||
### OLM JNI ###
|
||||
-keep class org.matrix.olm.** { *; }
|
||||
|
||||
### Webrtc
|
||||
-keep class org.webrtc.** { *; }
|
||||
|
Loading…
Reference in New Issue
Block a user