Commit 93fb0e3d authored by topjohnwu's avatar topjohnwu

Fix release builds

parent 71ce0de6
...@@ -29,6 +29,11 @@ ...@@ -29,6 +29,11 @@
void onResponse(int); void onResponse(int);
} }
# Keep all fragment constructors
-keepclassmembers class * extends androidx.fragment.app.Fragment {
public <init>(...);
}
# DelegateWorker # DelegateWorker
-keep,allowobfuscation class * extends com.topjohnwu.magisk.model.worker.DelegateWorker -keep,allowobfuscation class * extends com.topjohnwu.magisk.model.worker.DelegateWorker
......
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