
Closes #93 Closes #1 Closes #133 Closes #142 (Yeah, this extension had a bug but someone closed it before fixing it.)
14 lines
No EOL
306 B
Groovy
14 lines
No EOL
306 B
Groovy
ext {
|
|
extName = 'Kinoking'
|
|
extClass = '.Kinoking'
|
|
themePkg = 'dooplay'
|
|
baseUrl = 'https://kinoking.cc'
|
|
overrideVersionCode = 22
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:voe-extractor'))
|
|
implementation(project(':lib:dood-extractor'))
|
|
} |