Tachiyomi-Extensions/src/zh/jiuermanhua/build.gradle

11 lines
206 B
Groovy
Raw Normal View History

ext {
extName = '92Manhua'
extClass = '.JiuerManhua'
themePkg = 'sinmh'
baseUrl = 'http://www.92mh.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"