15 lines
393 B
Groovy
15 lines
393 B
Groovy
ext {
|
|
extName = 'Doramogo'
|
|
extClass = '.Doramogo'
|
|
extVersionCode = 6
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:dailymotion-extractor'))
|
|
implementation(project(":lib:googledrive-extractor"))
|
|
implementation(project(":lib:okru-extractor"))
|
|
implementation(project(":lib:playlist-utils"))
|
|
implementation(libs.jsunpacker)
|
|
}
|