mirror of
https://github.com/oxen-io/session-android.git
synced 2023-12-14 02:53:01 +01:00
5b6f49c993
Fixes #4234 // FREEBIE
8 lines
209 B
INI
8 lines
209 B
INI
-dontoptimize
|
|
-keepattributes SourceFile,LineNumberTable
|
|
-keep class org.whispersystems.** { *; }
|
|
-keep class org.thoughtcrime.securesms.** { *; }
|
|
-keepclassmembers class ** {
|
|
public void onEvent*(**);
|
|
}
|
|
|