This website requires JavaScript.
Explore
Help
Register
Sign In
Draff
/
Tachiyomi-Extensions
Watch
1
Star
0
Fork
You've already forked Tachiyomi-Extensions
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
622146d821
Tachiyomi-Extensions
/
lib-multisrc
/
mmrcms
/
build.gradle.kts
10 lines
105 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Migrate to lib-multisrc (#1237) * adjustments * Run generator * Remove multisrc project * add lib dependencies * Remove multisrc from build scripts * Remove build condition
2024-02-13 21:43:41 +00:00
plugins {
id("lib-multisrc")
}
MMRCMS: Fix search and add Spanish translations (#1333) Fix search and add (es) translations
2024-02-17 14:39:38 +00:00
baseVersionCode = 11
MMRCMS: Dynamic filter rework (#1315) * MMRCMS: Dynamic filter rework, remove Last updated sort in Mangas.in * Formatting * Show the reset message when filters are fetching * Linting * Dynamically fetch sort options * Add i18n support * Remove unused import
2024-02-17 06:26:49 +00:00
dependencies {
api(project(":lib:i18n"))
}