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

Commit e6089af7 authored by Jason Monk's avatar Jason Monk
Browse files

Fix proguard from stripping inner plugin classes

Test: Class is still present
Change-Id: I92cfaf38d4a9ff653033c141ce9edc49c63fcf25
parent 1f93a77b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -39,6 +39,6 @@
-keep class ** extends androidx.preference.PreferenceFragment
-keep class com.android.systemui.tuner.*
-keep class com.android.systemui.plugins.** {
    public protected *;
    *;
}
-keep class androidx.core.app.CoreComponentFactory