11 lines
217 B
Groovy
11 lines
217 B
Groovy
ext {
|
|
extName = 'Baek Toons'
|
|
extClass = '.BaekToons'
|
|
themePkg = 'mangathemesia'
|
|
baseUrl = 'https://baektoons.com'
|
|
overrideVersionCode = 0
|
|
isNsfw = false
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|