16 lines
467 B
Groovy
16 lines
467 B
Groovy
|
ext {
|
||
|
extName = 'Latanime'
|
||
|
extClass = '.Latanime'
|
||
|
extVersionCode = 17
|
||
|
}
|
||
|
|
||
|
apply from: "$rootDir/common.gradle"
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(':lib:uqload-extractor'))
|
||
|
implementation(project(':lib:mp4upload-extractor'))
|
||
|
implementation(project(':lib:yourupload-extractor'))
|
||
|
implementation(project(':lib:okru-extractor'))
|
||
|
implementation(project(':lib:dood-extractor'))
|
||
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
||
|
}
|