Paginize ProGuard rules

Paginize – is a light-weight application framework for Android.

It was designed to accelerate development cycles and make maintenance easier, it provides an intuitive programming model for writing Android applications.

ProGuard rules for Paginize

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

# Paginize
-keep public class net.neevek.android.lib.paginize.**
-keep @net.neevek.android.lib.paginize.annotation.ListenerMarker class ** { *; }
-keepclassmembers,allowobfuscation class ** {
  @net.neevek.android.lib.paginize.annotation.** ;
}

For more information about Paginize please see the website.

Static Gson ProGuard rules

Popular ProGuard rules