Revert "Use existing libsignal proguard rules."
This reverts commit 2ce6ea9a2a
.
This commit is contained in:
parent
9553c94097
commit
b3336b4d84
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
||||||
-dontobfuscate
|
-dontobfuscate
|
||||||
-keepattributes SourceFile,LineNumberTable
|
-keepattributes SourceFile,LineNumberTable
|
||||||
-keep class org.whispersystems.** { *; }
|
-keep class org.whispersystems.** { *; }
|
||||||
|
-keep class org.signal.libsignal.net.** { *; }
|
||||||
|
-keep class org.signal.libsignal.protocol.** { *; }
|
||||||
|
-keep class org.signal.libsignal.usernames.** { *; }
|
||||||
-keep class org.thoughtcrime.securesms.** { *; }
|
-keep class org.thoughtcrime.securesms.** { *; }
|
||||||
-keep class org.signal.donations.json.** { *; }
|
-keep class org.signal.donations.json.** { *; }
|
||||||
-keepclassmembers class ** {
|
-keepclassmembers class ** {
|
||||||
|
|
Loading…
Add table
Reference in a new issue