
* 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
11 lines
222 B
Groovy
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"
|