krschultz / android-proguard-snippets

Proguard configurations for common Android libraries
http://www.kevinrschultz.com/blog/2014/02/15/proguard-with-gradle/
Apache License 2.0
4.59k stars 598 forks source link

Add Parceler #78

Closed StErMi closed 8 years ago

StErMi commented 8 years ago

Library name: Parceler Library url: https://github.com/johncarl81/parceler

# Parcel library
-keep class * implements android.os.Parcelable {
  public static final android.os.Parcelable$Creator *;
}

-keep class org.parceler.Parceler$$Parcels
krschultz commented 8 years ago

Added in #108