Files
feature-tenant/android/app/proguard-rules.pro
2026-01-11 20:28:40 +08:00

9 lines
245 B
Prolog

# ===== Flutter / JSON Model 保留规则 =====
-keep class **.models.** { *; }
-keep class **.entities.** { *; }
-keep class **.dto.** { *; }
# 如果你用 dio + json_serializable / gson
-keepattributes Signature
-keepattributes *Annotation*