11 lines
218 B
Groovy
11 lines
218 B
Groovy
ext {
|
|
extName = 'DoujinsHell'
|
|
extClass = '.DoujinsHell'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://www.doujinshell.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|