summaryrefslogtreecommitdiffstats
path: root/proguard.flags
diff options
context:
space:
mode:
Diffstat (limited to 'proguard.flags')
-rw-r--r--proguard.flags15
1 files changed, 14 insertions, 1 deletions
diff --git a/proguard.flags b/proguard.flags
index 272ab7a7f..7d4f2e00f 100644
--- a/proguard.flags
+++ b/proguard.flags
@@ -8,10 +8,19 @@
*;
}
+-keep class com.android.launcher3.graphics.FixedScaleDrawable {
+ public <init>(...);
+}
+
-keep class com.android.launcher3.graphics.ShadowDrawable {
public <init>(...);
}
+# QSB
+-keep class com.android.launcher3.qsb.QsbContainerView$QsbFragment {
+ public <init>(...);
+}
+
# The support library contains references to newer platform versions.
# Don't warn about those in case this app is linking against an older
# platform version. We know about them, and they are safe.
@@ -50,4 +59,8 @@
-dontwarn android.app.**
-dontwarn android.view.**
-dontwarn android.os.**
--dontwarn android.graphics.** \ No newline at end of file
+-dontwarn android.graphics.**
+
+-keep class com.android.launcher3.lineage.trust.** {
+ *;
+}