mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
10 lines
243 B
Prolog
10 lines
243 B
Prolog
-dontoptimize
|
|
-keepattributes SourceFile,LineNumberTable
|
|
-keep class org.whispersystems.** { *; }
|
|
-keep class org.thoughtcrime.securesms.** { *; }
|
|
-keep class org.session.** { *; }
|
|
-keepclassmembers class ** {
|
|
public void onEvent*(**);
|
|
}
|
|
|