mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
10 lines
308 B
Prolog
10 lines
308 B
Prolog
# native methods
|
|
-keep class com.b44t.messenger.** { *; }
|
|
-keep class org.thoughtcrime.securesms.util.FileUtils* { *; }
|
|
|
|
# bug with video recoder
|
|
-keep class com.coremedia.iso.** { *; }
|
|
|
|
# unused SealedData constructor needed by JsonUtils
|
|
-keep class org.thoughtcrime.securesms.crypto.KeyStoreHelper* { *; }
|