11 lines
206 B
Groovy
11 lines
206 B
Groovy
![]() |
ext {
|
||
|
extName = '92Manhua'
|
||
|
extClass = '.JiuerManhua'
|
||
|
themePkg = 'sinmh'
|
||
|
baseUrl = 'http://www.92mh.com'
|
||
|
overrideVersionCode = 0
|
||
|
isNsfw = true
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|