mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-03 05:20:12 +01: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