mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 10:20:25 +01:00
Enable TLS connection and SAS verification between device transfer server and client.
This commit is contained in:
7
device-transfer/app/proguard/proguard.cfg
Normal file
7
device-transfer/app/proguard/proguard.cfg
Normal file
@@ -0,0 +1,7 @@
|
||||
-dontoptimize
|
||||
-dontobfuscate
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
-keep class org.signal.devicetransfer.** { *; }
|
||||
-keepclassmembers class ** {
|
||||
public void onEvent*(**);
|
||||
}
|
||||
Reference in New Issue
Block a user