Skip to content

Commit

Permalink
wrote proguard rules
Browse files Browse the repository at this point in the history
Took 8 minutes
  • Loading branch information
raheemadamboev committed Jul 15, 2022
1 parent 701fadf commit 461aafb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-keep class xyz.teamgravity.todo.data.model.** { *; }
-keep class xyz.teamgravity.todo.data.model.** { *; }
-keep class xyz.teamgravity.todo.data.local.entity.** { *; }

0 comments on commit 461aafb

Please # to comment.