mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Updated proguard rules
This commit is contained in:
parent
e9805213e2
commit
b366b4055a
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@
|
|||
-keep class {{package}}.{{classImplName}} {*;}
|
||||
{{/classes}}
|
||||
|
||||
# Liblinphone tools
|
||||
-keep class org.linphone.core.tools.* {*;}
|
||||
|
||||
# Mediastreamer classes
|
||||
-keep class org.linphone.mediastream.Factory {*;}
|
||||
-keep class org.linphone.mediastream.MediastreamerAndroidContext {*;}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue