Using ProGuard

If you are using ProGuard in your project, include the following lines to your configuration file:

 -keep class me.bridgefy.** { *; }
 -dontwarn me.bridgefy.**
 -keepclassmembernames class me.bridgefy.crypto.** { *; }
 -keep, allowshrinking class org.signal.libsignal.** { *; }
 -dontwarn me.bridgefy.crypto.**

Last updated