mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-24 22:45:20 +00:00
8 lines
321 B
Prolog
8 lines
321 B
Prolog
# 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.** { *; }
|