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
bdcd561891
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")
}
EternalMangas: Move to Multi and fix pages not found (#3258) * Move to Multi and fix pages * skill issue * mmmm * remode id
2024-05-29 04:54:13 +00:00
baseVersionCode = 2
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"))
}