14 lines
306 B
Groovy
14 lines
306 B
Groovy
|
ext {
|
||
|
extName = 'Kinoking'
|
||
|
extClass = '.Kinoking'
|
||
|
themePkg = 'dooplay'
|
||
|
baseUrl = 'https://kinoking.cc'
|
||
|
overrideVersionCode = 21
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:voe-extractor'))
|
||
|
implementation(project(':lib:dood-extractor'))
|
||
|
}
|