Fix debug functions on release builds
This commit is contained in:
parent
dc1907d0f6
commit
b571040ac8
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…
x
Reference in New Issue
Block a user