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

Commit 201c7874 authored by Scott Main's avatar Scott Main Committed by Android Git Automerger
Browse files

am 9a1d3d50: am 31647391: am c53b7aad: fix typo bug: 12174614

* commit '9a1d3d50':
  fix typo bug: 12174614
parents c0d6028f 9a1d3d50
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 {