If you are using ProGuard in your project, include the following lines in 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.**
© 2024 Bridgefy Inc. All rights reserved.