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
dc905e5f6d
Tachiyomi-Extensions
/
lib-multisrc
/
mangaesp
/
build.gradle.kts
10 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add EternalMangas and move MangaEsp to multisrc (#2127) * I made this on termux * Fix regex and move dateFormat to DTO * Phase 1 * Phase 2: Prepare for intl * Phase 3: Add intl Builds are faster on my phone T.T * Apply suggestions from code review * bump
2024-03-29 07:01:46 +00:00
plugins {
id("lib-multisrc")
}
MangaEsp: Add "All" filter (#5850) add all filter
2024-11-03 11:59:01 +00:00
baseVersionCode = 3
Add EternalMangas and move MangaEsp to multisrc (#2127) * I made this on termux * Fix regex and move dateFormat to DTO * Phase 1 * Phase 2: Prepare for intl * Phase 3: Add intl Builds are faster on my phone T.T * Apply suggestions from code review * bump
2024-03-29 07:01:46 +00:00
dependencies {
api(project(":lib:i18n"))
}