From c3edd4a3122b711bc6a0bfef56b6ff6bf5ae03e2 Mon Sep 17 00:00:00 2001 From: zuoxiao <470321431@qq.com> Date: 星期二, 13 五月 2025 09:09:23 +0800 Subject: [PATCH] feat(generallibrary): 优化用户开卡流程并添加支付方式功能 --- 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