11 lines
207 B
Groovy
11 lines
207 B
Groovy
ext {
|
|
extName = 'CBHentai'
|
|
extClass = '.HentaiCB'
|
|
themePkg = 'madara'
|
|
baseUrl = 'https://hentaicb.love'
|
|
overrideVersionCode = 13
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|