Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abduelrahman committed Jul 28, 2020
1 parent 886ceab commit 8cc0f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions dateUtils/consumer-rules.pro
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-keep class am.dateutils.Date { *; }
4 changes: 1 addition & 3 deletions dateUtils/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,4 @@

# If you keep the line number information, uncomment this to
# hide the original source file name.
#-renamesourcefileattribute SourceFile

-keep class am.dateutils.** { *; } #todo Should Change This Place In every Project
#-renamesourcefileattribute SourceFile

0 comments on commit 8cc0f5f

Please sign in to comment.