mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 04:58:45 +00:00
Add proguard keep entry for org.signal.donations.json.**
This commit is contained in:
committed by
Cody Henthorne
parent
d28a62d70b
commit
92f2ac67d5
@@ -4,6 +4,7 @@
|
||||
-keep class org.whispersystems.** { *; }
|
||||
-keep class org.signal.libsignal.protocol.** { *; }
|
||||
-keep class org.thoughtcrime.securesms.** { *; }
|
||||
-keep class org.signal.donations.json.** { *; }
|
||||
-keepclassmembers class ** {
|
||||
public void onEvent*(**);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user