CarouselView ProGuard rules

CarouselView – is a simple yet flexible library to add carousel view in your Android application.

ProGuard rules for CarouselView

Unused classes, methods and fields will be removed by ProGuard's shrinking step. ProGuard obfuscates the remaining classes, fields, and methods with short names. Add the next rules to your ProGuard proguard-rules.pro file.

# CarouselView
-keep class com.synnapps.carouselview.** { *; }

For more information about CarouselView please see the website.

Static Gson ProGuard rules

Popular ProGuard rules