mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
21 lines
632 B
Prolog
21 lines
632 B
Prolog
# native methods
|
|
-keep class com.b44t.messenger.** { * ; }
|
|
|
|
# Keep metadata needed by the JSON parser
|
|
-keep class chat.delta.rpc.** { * ; }
|
|
-keepattributes *Annotation*,EnclosingMethod,Signature
|
|
-keepnames class com.fasterxml.jackson.** { *; }
|
|
|
|
# bug with video recoder
|
|
-keep class com.coremedia.iso.** { *; }
|
|
|
|
# unused SealedData constructor needed by JsonUtils
|
|
-keep class org.thoughtcrime.securesms.crypto.KeyStoreHelper* { *; }
|
|
|
|
-dontwarn com.google.firebase.analytics.connector.AnalyticsConnector
|
|
|
|
# Keep WebRTC classes
|
|
-keep class org.webrtc.** { *; }
|
|
-keepclassmembers class org.webrtc.** { *; }
|
|
-keepattributes InnerClasses
|