From 548dce0bcff06ee7a1795defe8e7789b9d7aad94 Mon Sep 17 00:00:00 2001
From: zuoxiao <470321431@qq.com>
Date: 星期五, 25 四月 2025 16:52:50 +0800
Subject: [PATCH] refactor(nfc): 重构 NFC 读写助手类并优化相关功能

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

diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro
index b536631..fb3619d 100644
--- a/app/proguard-rules.pro
+++ b/app/proguard-rules.pro
@@ -143,4 +143,13 @@
 #鍏朵粬
 -keep class com.contrarywind.** {*;}
 -keep class com.bigkoo.** {*;}
--keep class org.** {*;}
\ No newline at end of file
+-keep class org.** {*;}
+
+# 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