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

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

am 6b4cc772: am 201c7874: am 9a1d3d50: am 31647391: am c53b7aad: fix typo bug: 12174614

* commit '6b4cc772':
  fix typo bug: 12174614
parents 36d10e79 6b4cc772
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 {