Commit e08de916 authored by vvb2060's avatar vvb2060 Committed by John Wu

Clean sent proguard rules

parent a170acb9
...@@ -27,11 +27,6 @@ ...@@ -27,11 +27,6 @@
public static void throw*(...); public static void throw*(...);
} }
# Snet
-keepclassmembers class com.topjohnwu.magisk.ui.safetynet.SafetyNetHelper { *; }
-keep,allowobfuscation interface com.topjohnwu.magisk.ui.safetynet.SafetyNetHelper$Callback
-keepclassmembers class * implements com.topjohnwu.magisk.ui.safetynet.SafetyNetHelper$Callback { *; }
# Stub # Stub
-keep class com.topjohnwu.magisk.core.App { <init>(java.lang.Object); } -keep class com.topjohnwu.magisk.core.App { <init>(java.lang.Object); }
-keepclassmembers class androidx.appcompat.app.AppCompatDelegateImpl { -keepclassmembers class androidx.appcompat.app.AppCompatDelegateImpl {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment