mirror of
https://github.com/oxen-io/session-android.git
synced 2025-01-06 23:27:42 +00:00
f0ba1d5ea2
Outdated unit tests temporary disabled.
9 lines
209 B
Prolog
9 lines
209 B
Prolog
-dontoptimize
|
|
-keepattributes SourceFile,LineNumberTable
|
|
-keep class org.whispersystems.** { *; }
|
|
-keep class org.thoughtcrime.securesms.** { *; }
|
|
-keepclassmembers class ** {
|
|
public void onEvent*(**);
|
|
}
|
|
|