2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Wbijam'
|
|
|
|
extClass = '.Wbijam'
|
|
|
|
extVersionCode = 4
|
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:dailymotion-extractor'))
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
implementation(project(':lib:sibnet-extractor'))
|
2025-01-26 18:18:52 +07:00
|
|
|
implementation(libs.jsunpacker)
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|