11 lines
223 B
Groovy
11 lines
223 B
Groovy
ext {
|
|
extName = 'Hades no Fansub'
|
|
extClass = '.HadesNoFansub'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://mangareaderpro.com'
|
|
overrideVersionCode = 3
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|