mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 03:48:12 +03:00
Add proguard rule for WebRTC
This commit is contained in:
parent
bbf0b1e3ba
commit
44365d70fe
1 changed files with 4 additions and 1 deletions
5
matrix-sdk-android/proguard-rules.pro
vendored
5
matrix-sdk-android/proguard-rules.pro
vendored
|
@ -60,4 +60,7 @@
|
|||
-keep interface okhttp3.Interceptor.* { *; }
|
||||
|
||||
### OLM JNI ###
|
||||
-keep class org.matrix.olm.** { *; }
|
||||
-keep class org.matrix.olm.** { *; }
|
||||
|
||||
### Webrtc
|
||||
-keep class org.webrtc.** { *; }
|
||||
|
|
Loading…
Reference in a new issue