Commit a7eec2f0 authored by Viktor De Pasquale's avatar Viktor De Pasquale

Fixed initial crashes occurring due to improperly obfuscated constructors and inner fields

parent 4fd0fe31
......@@ -16,6 +16,11 @@
# public *;
#}
# Internal app data and IO helper constructors
-keep class com.topjohnwu.magisk.model.entity.** { *; }
-keep class com.topjohnwu.magisk.data.database.base.** { public <init>(...); }
-keep class com.topjohnwu.magisk.data.network.** { public <init>(...); }
# Snet
-keepclassmembers class com.topjohnwu.magisk.utils.ISafetyNetHelper { *; }
-keep,allowobfuscation interface com.topjohnwu.magisk.utils.ISafetyNetHelper$Callback
......
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