Skip to content

Commit

Permalink
Update proguard-rules.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikh-Abdul-Aziz authored Jul 19, 2024
1 parent 27cd755 commit 3a2066f
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
# Preserve the FileTree classes and their members
-keep class com.zyron.filetree.** { *; }

# Preserve the adapter classes and their members
-keep class com.zyron.filetree.adapter.** { *; }

# Preserve the provider classes and their members
-keep class com.zyron.filetree.provider.** { *; }

# Preserve the listener classes and their members
-keep class com.zyron.filetree.FileTreeAdapterUpdateListener { *; }
-keep class com.zyron.filetree.FileTreeClickListener { *; }

# Exclude DataBinderMapperImpl from multiple sources
-dontwarn com.zyron.filetree.DataBinderMapperImpl
-keep class com.zyron.filetree.DataBinderMapperImpl { *; }
# Add similar rules if app module also generates data binding classes
-keep class com.zyron.filetree.** { *; }

0 comments on commit 3a2066f

Please sign in to comment.