forked from AlmightyHak/extensions-source
13 lines
249 B
Groovy
13 lines
249 B
Groovy
|
ext {
|
||
|
extName = 'FilmPalast'
|
||
|
extClass = '.FilmPalast'
|
||
|
extVersionCode = 17
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:filemoon-extractor'))
|
||
|
implementation(project(':lib:voe-extractor'))
|
||
|
}
|