From dd0f9e5f533d868d68c5fc343a44356b537b3988 Mon Sep 17 00:00:00 2001
From: zuojincheng <lf_zuo@163.com>
Date: 星期五, 06 六月 2025 15:36:45 +0800
Subject: [PATCH] feat(nfc): 新增用户卡写入功能并优化开卡流程

---
 generallibrary/proguard-rules.pro |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/generallibrary/proguard-rules.pro b/generallibrary/proguard-rules.pro
index 481bb43..965bfa3 100644
--- a/generallibrary/proguard-rules.pro
+++ b/generallibrary/proguard-rules.pro
@@ -18,4 +18,12 @@
 
 # If you keep the line number information, uncomment this to
 # hide the original source file name.
-#-renamesourcefileattribute SourceFile
\ No newline at end of file
+#-renamesourcefileattribute SourceFile
+# Room 鏁版嵁搴�
+-keep class * extends androidx.room.RoomDatabase
+-keep class * extends androidx.room.Entity
+-keep class * extends androidx.room.Dao
+-keep @androidx.room.Entity class *
+-keepclassmembers class * {
+    @androidx.room.* *;
+}
\ No newline at end of file

--
Gitblit v1.8.0