fix minify errors (#280)

This commit is contained in:
callebtc
2025-08-22 21:05:03 +02:00
committed by GitHub
parent d3e2dce27b
commit 440c73961e
4 changed files with 65 additions and 52 deletions
+11
View File
@@ -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.** { *; }