Nucleus ProGuard rules

Nucleus – is an Android library, which utilizes the Model-View-Presenter pattern to properly connect background tasks with visual parts of an application.

ProGuard rules for Nucleus

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

-keepclassmembers class * extends nucleus.presenter.Presenter {
    ();
}

For more information about Nucleus please see the website.

Static Gson ProGuard rules

Popular ProGuard rules