AutoParcel - AutoValue extension that enables Parcelable values generation.
ProGuard rules for AutoParcel
ProGuard removes in the optimization step unused classes, and attributes and methods. ProGuard renames classes and class members that are not entry points.
You don’t need to add any specific rules to your ProGuard configuration.
# No special ProGuard rules required.
For more information about AutoParcel please see the website.