
# allowing for obfuscation on AttributeEx's gson child classes

-keepclassmembers,allowobfuscation class buzz.getcoco.iot.android.AttributeEx$* {
  @com.google.gson.annotations.SerializedName <fields>;
}
