mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-11 01:13:35 +02:00
Fixes relay list loading problems
This commit is contained in:
4
app/proguard-rules.pro
vendored
4
app/proguard-rules.pro
vendored
@@ -20,8 +20,12 @@
|
|||||||
# hide the original source file name.
|
# hide the original source file name.
|
||||||
#-renamesourcefileattribute SourceFile
|
#-renamesourcefileattribute SourceFile
|
||||||
# For the Secp256k1 library
|
# For the Secp256k1 library
|
||||||
|
-keepattributes InnerClasses
|
||||||
|
|
||||||
-keep class fr.acinq.secp256k1.jni.** { *; }
|
-keep class fr.acinq.secp256k1.jni.** { *; }
|
||||||
# For the NostrPostr library
|
# For the NostrPostr library
|
||||||
-keep class nostr.postr.** { *; }
|
-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.model.** { *; }
|
||||||
-keep class com.vitorpamplona.amethyst.service.** { *; }
|
-keep class com.vitorpamplona.amethyst.service.** { *; }
|
Reference in New Issue
Block a user