Fix missing type info in release builds
(cherry picked from commit 2a218cca9007e6d96a59a8f64588fe8f1ee0cd75)
This commit is contained in:
parent
f44e94f514
commit
b44175eb50
2
app/proguard-rules.pro
vendored
2
app/proguard-rules.pro
vendored
@ -1,5 +1,7 @@
|
||||
-dontobfuscate
|
||||
|
||||
-keep,allowoptimization class eu.kanade.**
|
||||
|
||||
# Keep common dependencies used in extensions
|
||||
-keep,allowoptimization class androidx.preference.** { public protected *; }
|
||||
-keep,allowoptimization class kotlin.** { public protected *; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user