Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a1d3d50 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 31647391: am c53b7aad: fix typo bug: 12174614

* commit '31647391':
  fix typo bug: 12174614
parents a012fee3 31647391
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {