Fix debug functions on release builds
This commit is contained in:
parent
dc1907d0f6
commit
b571040ac8
1 changed files with 3 additions and 0 deletions
3
app/proguard-rules.pro
vendored
3
app/proguard-rules.pro
vendored
|
|
@ -20,6 +20,9 @@
|
|||
-keep,allowoptimization class eu.kanade.tachiyomi.network.RequestsKt { public protected *; }
|
||||
-keep,allowoptimization class eu.kanade.tachiyomi.AppInfo { public protected *; }
|
||||
|
||||
# Debug functions
|
||||
-keep,allowoptimization class exh.debug.DebugFunctions { public *; }
|
||||
|
||||
##---------------Begin: proguard configuration for RxJava 1.x ----------
|
||||
-dontwarn sun.misc.**
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue