2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Doramogo'
|
|
|
|
extClass = '.Doramogo'
|
2024-06-23 11:00:51 -03:00
|
|
|
extVersionCode = 2
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
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("dev.datlag.jsunpacker:jsunpacker:1.0.1")
|
|
|
|
}
|