Fix release build

This commit is contained in:
vvb2060 2021-01-28 02:56:54 +08:00 committed by John Wu
parent 2089223690
commit c3313623e4
1 changed files with 3 additions and 0 deletions

View File

@ -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(**);