EasyAdapter ProGuard rules

EasyAdapter – is an Android library provides an easier way of linking ListView and RecyclerView with the underlying data for that view without having to implement your own Adapter.

ProGuard rules for EasyAdapter

Add the following lines to your ProGuard configuration proguard.cfg file in project.

# EasyAdapter 
-keepattributes *Annotation*
-keepclassmembers class * extends uk.co.ribot.easyadapter.ItemViewHolder {
    public (...);
 }

For more information about EasyAdapter please see the website.

Static Gson ProGuard rules

Popular ProGuard rules