11 lines
202 B
Groovy
11 lines
202 B
Groovy
ext {
|
|
extName = 'XXX Yaoi'
|
|
extClass = '.XXXYaoi'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://3xyaoi.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|