diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index c7a3210c6..f7d1f8e54 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -22,4 +22,6 @@ # For the Secp256k1 library -keep class fr.acinq.secp256k1.jni.** { *; } # For the NostrPostr library --keep class nostr.postr.** { *; } \ No newline at end of file +-keep class nostr.postr.** { *; } +-keep class com.vitorpamplona.amethyst.model.** { *; } +-keep class com.vitorpamplona.amethyst.service.** { *; } \ No newline at end of file