
* Update domains * Migrate theme * Fix Siikomik response code 500 * Holiday: Fix popularManga path segment
11 lines
213 B
Groovy
11 lines
213 B
Groovy
ext {
|
|
extName = 'MikoRoku'
|
|
extClass = '.MikoRoku'
|
|
themePkg = 'zeistmanga'
|
|
baseUrl = 'https://www.mikoroku.com'
|
|
overrideVersionCode = 2
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|