Commit c3313623 authored by vvb2060's avatar vvb2060 Committed by John Wu

Fix release build

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