10 lines
169 B
Groovy
10 lines
169 B
Groovy
ext {
|
|
extName = 'ChoChoX'
|
|
extClass = '.Chochox'
|
|
themePkg = 'vercomics'
|
|
overrideVersionCode = 0
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|