11 lines
211 B
Groovy
11 lines
211 B
Groovy
ext {
|
|
extName = 'Ver Manhwas'
|
|
extClass = '.VerManhwas'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://vermanhwa.com'
|
|
overrideVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|