Fixed backup json name error

This commit is contained in:
Super12138 2024-01-21 13:59:49 +08:00
parent f67b9c6276
commit 1e7e865615

View file

@ -18,4 +18,6 @@
# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile
#-renamesourcefileattribute SourceFile
-keep class cn.super12138.todo.logic.dao.ToDoRoom { *; }