forked from Kohi-den/extensions-source
Fix(de/FilmPalast): Fix process extractor (#264)
This commit is contained in:
parent
53399d74d8
commit
7bda8fddb9
2 changed files with 8 additions and 16 deletions
|
@ -1,12 +1,11 @@
|
|||
ext {
|
||||
extName = 'FilmPalast'
|
||||
extClass = '.FilmPalast'
|
||||
extVersionCode = 18
|
||||
extVersionCode = 19
|
||||
}
|
||||
|
||||
apply from: "$rootDir/common.gradle"
|
||||
|
||||
dependencies {
|
||||
implementation(project(':lib:filemoon-extractor'))
|
||||
implementation(project(':lib:voe-extractor'))
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue