forked from AlmightyHak/extensions-source

* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
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 = 24
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:voe-extractor'))
|
|
implementation(project(':lib:dood-extractor'))
|
|
} |