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

Commit c53b7aad authored by Scott Main's avatar Scott Main
Browse files

fix typo

bug: 12174614

Change-Id: I9a37c3b86c89254ad2a994531cf0bd1a3d31c85f
parent c8b93fd9
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 {