bug: 12174614

Change-Id: I9a37c3b86c89254ad2a994531cf0bd1a3d31c85f
This commit is contained in:
Scott Main
2013-12-16 13:22:08 -08:00
parent c8b93fd972
commit c53b7aad50

View File

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