mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
899afa2092
keeping it on the safe side - tested on problematic samsung devices, and it looks like it works fine. // FREEBIE
7 lines
240 B
INI
7 lines
240 B
INI
-keepattributes **
|
|
-keep class !org.spongycastle.asn1.**,!org.spongycastle.crypto.ec.**,!org.spongycastle.x509.**,** {*;}
|
|
-keep, allowobfuscation class android.support.v7.internal.view.menu.** {*;}
|
|
-dontpreverify
|
|
-dontoptimize
|
|
-dontwarn **
|