Skip to content

Commit

Permalink
Fix missing type info in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
arkon authored and ImaginaryDesignation committed May 13, 2023
1 parent d860cca commit ff931cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -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 *; }
Expand Down

0 comments on commit ff931cc

Please sign in to comment.