forked from AlmightyHak/extensions-source
14 lines
371 B
Groovy
14 lines
371 B
Groovy
|
ext {
|
||
|
extName = 'KissAnime'
|
||
|
extClass = '.KissAnime'
|
||
|
extVersionCode = 6
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:dailymotion-extractor'))
|
||
|
implementation(project(':lib:mp4upload-extractor'))
|
||
|
implementation(project(':lib:yourupload-extractor'))
|
||
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
||
|
}
|