mirror of
https://github.com/topjohnwu/Magisk
synced 2024-11-13 20:54:12 +01:00
Fix release build
This commit is contained in:
parent
2089223690
commit
c3313623e4
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
@ -29,6 +29,9 @@
|
||||
void onResponse(org.json.JSONObject);
|
||||
}
|
||||
|
||||
# Stub
|
||||
-keep class com.topjohnwu.magisk.core.App { <init>(java.lang.Object); }
|
||||
|
||||
# Strip Timber verbose and debug logging
|
||||
-assumenosideeffects class timber.log.Timber$Tree {
|
||||
public void v(**);
|
||||
|
Loading…
Reference in New Issue
Block a user