forked from AlmightyHak/extensions-source

* dont standardize qualities for everything * bump all ext depending directly or indirectly on playlist-utils
12 lines
No EOL
244 B
Groovy
12 lines
No EOL
244 B
Groovy
ext {
|
|
extName = 'Movie4k'
|
|
extClass = '.Movie4k'
|
|
extVersionCode = 12
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
implementation(project(':lib:voe-extractor'))
|
|
} |