Fix release builds
This commit is contained in:
parent
71ce0de606
commit
93fb0e3d74
5
app/proguard-rules.pro
vendored
5
app/proguard-rules.pro
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user