Fix(de/FilmPalast): Fix process extractor (#264)

This commit is contained in:
Dark25 2024-09-19 09:23:52 +01:00 committed by GitHub
parent 53399d74d8
commit 7bda8fddb9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 8 additions and 16 deletions

View file

@ -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'))
}
}