Skip to content

Commit

Permalink
Add ProGuard rule to keep mihon namespace classes
Browse files Browse the repository at this point in the history
Co-authored-by: AntsyLich <[email protected]>
  • Loading branch information
MajorTanya and AntsyLich committed Mar 30, 2024
1 parent 6b3423a commit 1858ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

-keep,allowoptimization class eu.kanade.**
-keep,allowoptimization class tachiyomi.**
-keep,allowoptimization class mihon.**

# Keep common dependencies used in extensions
-keep,allowoptimization class androidx.preference.** { public protected *; }
Expand Down

0 comments on commit 1858ce0

Please sign in to comment.