左晓为主开发手持机充值管理机
zuoxiao
3 天以前 b8ed2b19e0aaf3c357e2f601d8304acdc525f4f9
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
#-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.* *;
}