bapeey 3dc97aaff8 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-30 22:04:18 +00:00

11 lines
222 B
Groovy

ext {
extName = 'EternalMangas'
extClass = '.EternalMangas'
themePkg = 'mangaesp'
baseUrl = 'https://eternalmangas.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"