Add missing proguard rules

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya
2021-03-27 13:49:12 +05:30
parent 50cf1e30b9
commit 191245dde3

View File

@@ -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