Skip to content

Commit 3ca82a2

Browse files
Update proguard-rules.pro
1 parent 95313c6 commit 3ca82a2

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

app/proguard-rules.pro

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,4 @@
1818

1919
# If you keep the line number information, uncomment this to
2020
# hide the original source file name.
21-
#-renamesourcefileattribute SourceFile
22-
23-
# Keep the FileTree class
24-
-keep class com.zyron.filetree.FileTree { *; }
25-
26-
# Keep the FileTreeAdapterUpdateListener interface
27-
-keep class com.zyron.filetree.FileTreeAdapterUpdateListener { *; }
28-
29-
# Keep the FileTreeAdapter class
30-
-keep class com.zyron.filetree.adapter.FileTreeAdapter { *; }
31-
32-
# Keep the FileTreeClickListener interface
33-
-keep class com.zyron.filetree.adapter.FileTreeClickListener { *; }
34-
35-
# Keep the FileTreeIconProvider class
36-
-keep class com.zyron.filetree.provider.FileTreeIconProvider { *; }
21+
#-renamesourcefileattribute SourceFile

0 commit comments

Comments
 (0)