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);
|
void onResponse(org.json.JSONObject);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Stub
|
||||||
|
-keep class com.topjohnwu.magisk.core.App { <init>(java.lang.Object); }
|
||||||
|
|
||||||
# Strip Timber verbose and debug logging
|
# Strip Timber verbose and debug logging
|
||||||
-assumenosideeffects class timber.log.Timber$Tree {
|
-assumenosideeffects class timber.log.Timber$Tree {
|
||||||
public void v(**);
|
public void v(**);
|
||||||
|
Loading…
Reference in New Issue
Block a user