forked from Kohi-den/extensions-source

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