forked from AlmightyHak/extensions-source
14 lines
No EOL
362 B
Groovy
14 lines
No EOL
362 B
Groovy
ext {
|
|
extName = 'Toonitalia'
|
|
extClass = '.Toonitalia'
|
|
extVersionCode = 21
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:voe-extractor'))
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
implementation(project(':lib:playlist-utils'))
|
|
implementation("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
|
} |