From 07f9c6e8c3c1ab1a189a3235a8843ce0ffd60f3d Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sat, 21 Jan 2023 00:54:39 -0300 Subject: [PATCH] keeping other classes to make sure deserialization works. --- app/proguard-rules.pro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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