am 31647391: am c53b7aad: fix typo bug: 12174614

* commit '316473915d6f41523c21d7077093c4071ebb4283':
  fix typo bug: 12174614
This commit is contained in:
Scott Main
2013-12-16 13:31:45 -08:00
committed by Android Git Automerger

View File

@ -169,7 +169,7 @@ required classes, add the following lines in the
-keepnames @com.google.android.gms.common.annotation.KeepName class * -keepnames @com.google.android.gms.common.annotation.KeepName class *
-keepclassmembernames class * { -keepclassmembernames class * {
@ccom.google.android.gms.common.annotation.KeepName *; @com.google.android.gms.common.annotation.KeepName *;
} }
-keepnames class * implements android.os.Parcelable { -keepnames class * implements android.os.Parcelable {