Fixes relay list loading problems

This commit is contained in:
Vitor Pamplona 2023-01-25 22:33:50 -03:00
parent 5c9b736591
commit 47f89232c1

View File

@ -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.** { *; }