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

Commit c471f457 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Update proguard to keep resources in R" into main

parents 6f7b993b 442e3561
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -58,3 +58,8 @@
  static *** v(...);
  static *** v(...);
}
}
-maximumremovedandroidloglevel 2
-maximumremovedandroidloglevel 2

#Keep the R
-keepclassmembers class com.android.systemui.customization.R$* {
    public static <fields>;
}