fix proguard rules

This commit is contained in:
greenart7c3 2024-06-24 11:10:13 -03:00
parent 66e4021d7b
commit c0ee8e2d61
No known key found for this signature in database
GPG Key ID: 885822EED3A26A6D
2 changed files with 3 additions and 1 deletions

View File

@ -20,4 +20,5 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile
-keep class com.vitorpamplona.ammolite.service.** { *; }
-keep class com.vitorpamplona.ammolite.service.** { *; }
-keep class com.vitorpamplona.ammolite.relays.** { *; }

View File

@ -64,3 +64,4 @@
-keep class com.vitorpamplona.amethyst.model.** { *; }
-keep class com.vitorpamplona.amethyst.service.** { *; }
-keep class com.vitorpamplona.ammolite.service.** { *; }
-keep class com.vitorpamplona.ammolite.relays.** { *; }