mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +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