11 lines
217 B
Groovy
11 lines
217 B
Groovy
ext {
|
|
extName = 'God-Doujin'
|
|
extClass = '.GodDoujin'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://god-doujin.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|