SuperRecyclerView – a library for Android that makes RecyclerView easier to use.
ProGuard rules for SuperRecyclerView
ProGuard will analyze program code to find unused classes, methods, fields and and attributes automatically. ProGuard writes out class files named 'a.class', 'b.class', etc. in the obfuscation phase. Specify the following ProGuard rules to fix errors and force ProGuard to keep certain code.
# SuperRecyclerView -dontwarn com.malinskiy.superrecyclerview.SwipeDismissRecyclerViewTouchListener*
For more information about SuperRecyclerView please see the website.