mirror of
https://github.com/oxen-io/session-android.git
synced 2025-08-12 06:07:53 +00:00
restructure and unite service android/java to libsignal
This commit is contained in:
8
app/proguard/proguard.pro
vendored
Normal file
8
app/proguard/proguard.pro
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
-dontoptimize
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
-keep class org.whispersystems.** { *; }
|
||||
-keep class org.thoughtcrime.securesms.** { *; }
|
||||
-keepclassmembers class ** {
|
||||
public void onEvent*(**);
|
||||
}
|
||||
|
Reference in New Issue
Block a user