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.* *; }