mirror of
https://github.com/oxen-io/session-android.git
synced 2025-03-30 12:52:21 +00:00
set appcompat menu class to obfuscate-only in PG
keeping it on the safe side - tested on problematic samsung devices, and it looks like it works fine. // FREEBIE
This commit is contained in:
parent
7c6b965969
commit
899afa2092
@ -1,5 +1,6 @@
|
|||||||
-keepattributes **
|
-keepattributes **
|
||||||
-keep class !android.support.v7.internal.view.menu.**,!org.spongycastle.asn1.**,!org.spongycastle.crypto.ec.**,!org.spongycastle.x509.**,** {*;}
|
-keep class !org.spongycastle.asn1.**,!org.spongycastle.crypto.ec.**,!org.spongycastle.x509.**,** {*;}
|
||||||
|
-keep, allowobfuscation class android.support.v7.internal.view.menu.** {*;}
|
||||||
-dontpreverify
|
-dontpreverify
|
||||||
-dontoptimize
|
-dontoptimize
|
||||||
-dontwarn **
|
-dontwarn **
|
||||||
|
Loading…
x
Reference in New Issue
Block a user