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

Commit 926ef199 authored by Brad Hinegardner's avatar Brad Hinegardner Committed by Android (Google) Code Review
Browse files

Merge "Prevent proguard related crashloop on weather clock" into main

parents 97b5f721 962d017a
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -7,3 +7,13 @@
-keep class com.android.systemui.log.core.** {
    *;
}

# This type is used in the plugin API boundary, so ensure the used public methods are kept.
-keepclassmembers class androidx.constraintlayout.widget.ConstraintSet {
    public void connect(int, int, int, int, int);
    public void constrainWidth(int, int);
    public void constrainHeight(int, int);
    public int getHeight(int);
    public int getWidth(int);
    public void setGoneMargin(int, int, int);
}