# Add project specific ProGuard rules here. # You can control the set of applied configuration files using the # proguardFiles setting in build.gradle. -keep class com.bitchat.android.protocol.** { *; } -keep class com.bitchat.android.crypto.** { *; } -dontwarn org.bouncycastle.** -keep class org.bouncycastle.** { *; }