Fix release builds

This commit is contained in:
topjohnwu 2019-04-19 03:26:33 -04:00
parent 71ce0de606
commit 93fb0e3d74

View File

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