Source added
This commit is contained in:
parent
b2864b500e
commit
ba28ca859e
8352 changed files with 1487182 additions and 1 deletions
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*(**);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue