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

6 lines
275 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
# Optional. For using GSON @Expose annotation
-keepattributes AnnotationDefault,RuntimeVisibleAnnotations