mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 10:05:15 +00:00
5b6f49c993
Fixes #4234 // FREEBIE
9 lines
209 B
INI
9 lines
209 B
INI
-dontoptimize
|
|
-keepattributes SourceFile,LineNumberTable
|
|
-keep class org.whispersystems.** { *; }
|
|
-keep class org.thoughtcrime.securesms.** { *; }
|
|
-keepclassmembers class ** {
|
|
public void onEvent*(**);
|
|
}
|
|
|