File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change 18
18
19
19
# If you keep the line number information, uncomment this to
20
20
# 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
You can’t perform that action at this time.
0 commit comments