mirror of
https://github.com/permissionlesstech/bitchat-android.git
synced 2026-07-25 04:45:21 +00:00
fix minify errors
This commit is contained in:
Vendored
+11
@@ -5,3 +5,14 @@
|
||||
-keep class com.bitchat.android.crypto.** { *; }
|
||||
-dontwarn org.bouncycastle.**
|
||||
-keep class org.bouncycastle.** { *; }
|
||||
|
||||
# Keep SecureIdentityStateManager from being obfuscated to prevent reflection issues
|
||||
-keep class com.bitchat.android.identity.SecureIdentityStateManager {
|
||||
private android.content.SharedPreferences prefs;
|
||||
*;
|
||||
}
|
||||
|
||||
# Keep all classes that might use reflection
|
||||
-keep class com.bitchat.android.favorites.** { *; }
|
||||
-keep class com.bitchat.android.nostr.** { *; }
|
||||
-keep class com.bitchat.android.identity.** { *; }
|
||||
|
||||
Reference in New Issue
Block a user