From 191245dde3bc83b8ee07890262f4bdbf89789074 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Sat, 27 Mar 2021 13:49:12 +0530 Subject: [PATCH] Add missing proguard rules Signed-off-by: Harsh Shandilya --- proguard.flags | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/proguard.flags b/proguard.flags index 37b80938fa..a4ae58db52 100644 --- a/proguard.flags +++ b/proguard.flags @@ -60,3 +60,11 @@ -keep class com.android.quickstep.** { *; } + +# Don't touch the restrictionbypass code +-keep class org.chickenhook.restrictionbypass.** { *; } + +# Silence warnings from Compose tooling +-dontwarn org.jetbrains.kotlin.** +-dontwarn androidx.compose.animation.tooling.ComposeAnimation +-dontwarn sun.misc.Unsafe