
* Madara fix status filter * remove unused override ManhwaClan site seems to be using default madara options 0, 1 etc
10 lines
193 B
Groovy
10 lines
193 B
Groovy
ext {
|
|
extName = 'ManhwaClan'
|
|
extClass = '.ManhwaClan'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://manhwaclan.com'
|
|
overrideVersionCode = 1
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|