From 47f89232c1c77a56af3f662f8ee4b9eb7936dcfc Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 25 Jan 2023 22:33:50 -0300 Subject: [PATCH] Fixes relay list loading problems --- app/proguard-rules.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index f7d1f8e540..5f96841468 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -20,8 +20,12 @@ # hide the original source file name. #-renamesourcefileattribute SourceFile # For the Secp256k1 library +-keepattributes InnerClasses + -keep class fr.acinq.secp256k1.jni.** { *; } # For the NostrPostr library -keep class nostr.postr.** { *; } +-keep class nostr.postr.events.** { *; } +-keep class com.google.gson.reflect.** { *; } -keep class com.vitorpamplona.amethyst.model.** { *; } -keep class com.vitorpamplona.amethyst.service.** { *; } \ No newline at end of file