Files
keepass-fidelity/app/proguard-rules.pro
2025-10-07 21:10:23 +02:00

7 lines
314 B
Prolog

# Gson uses generic type information stored in a class file when working with
# fields. Proguard removes such information by default, keep it.
-keepattributes Signature
-keep class org.joda.convert.** { *; }
# Optional. For using GSON @Expose annotation
-keepattributes AnnotationDefault,RuntimeVisibleAnnotations