11 lines
229 B
Groovy
11 lines
229 B
Groovy
ext {
|
|
extName = 'EternalMangas'
|
|
extClass = '.EternalMangasFactory'
|
|
themePkg = 'mangaesp'
|
|
baseUrl = 'https://eternalmangas.com'
|
|
overrideVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|