mirror of
https://github.com/null2264/yokai.git
synced 2025-07-18 06:46:57 +00:00
refactor: Modularize the project
This commit is contained in:
parent
7e7a37bc53
commit
2df2780912
85 changed files with 1358 additions and 248 deletions
1
app/proguard-rules.pro
vendored
1
app/proguard-rules.pro
vendored
|
@ -4,6 +4,7 @@
|
|||
-keep,allowoptimization class eu.kanade.** { public protected *; }
|
||||
-keep,allowoptimization class tachiyomi.** { public protected *; }
|
||||
-keep,allowoptimization class dev.yokai.** { public protected *; }
|
||||
-keep,allowoptimization class yokai.** { public protected *; }
|
||||
|
||||
# Keep common dependencies used in extensions
|
||||
-keep class androidx.preference.** { public protected *; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue