Skip to content

Commit d23b30c

Browse files
committed
fix : filetree library issues
1 parent 84f7a4f commit d23b30c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app/proguard-rules.pro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# hide the original source file name.
2121
#-renamesourcefileattribute SourceFile
2222

23-
# Keep all Fragment subclasses
2423
-keep public class * extends androidx.fragment.app.Fragment
25-
# Or more specifically:
26-
-keep class com.sparkleseditor.fragments.** { *; }
24+
-keep class com.sparkleseditor.fragments.** { *; }
25+
-keep class com.zyron.filetree.** { *; }
26+
-dontwarn com.zyron.filetree.**

0 commit comments

Comments
 (0)