LogoLogo
  • 🐰START
    • Bridgefy SDK
  • 🍎iOS
    • Operation Mode
    • Installation
    • Usage
    • Secure connections
  • 🤖ANDROID
    • Overview
    • Setup
    • Android Permissions
    • Usage
    • Secure connections
    • Using ProGuard
    • Supported Devices
  • ❔Troubleshooting
    • FAQ
  • ✍️NEXT STEPS
    • Contact
Powered by GitBook
On this page

Was this helpful?

  1. ANDROID

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.**
PreviousSecure connectionsNextSupported Devices

Last updated 1 year ago

Was this helpful?

🤖