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