-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
27cd755
commit 3a2066f
Showing
1 changed file
with
2 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.** { *; } |