Files
feature-tenant/android/app/proguard-rules.pro

9 lines
245 B
Prolog
Raw Normal View History

2026-01-11 20:28:40 +08:00
# ===== Flutter / JSON Model 保留规则 =====
-keep class **.models.** { *; }
-keep class **.entities.** { *; }
-keep class **.dto.** { *; }
# 如果你用 dio + json_serializable / gson
-keepattributes Signature
-keepattributes *Annotation*