mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
16 lines
502 B
Prolog
16 lines
502 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
|