mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-27 15:26:58 +00:00
Add missing proguard rules
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user