2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'OtakuFR'
|
|
|
|
extClass = '.OtakuFR'
|
2025-01-09 11:35:14 +00:00
|
|
|
extVersionCode = 14
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:streamwish-extractor'))
|
|
|
|
implementation(project(':lib:sibnet-extractor'))
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
|
|
|
implementation(project(':lib:sendvid-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:okru-extractor'))
|
|
|
|
implementation(project(":lib:playlist-utils"))
|
2025-01-26 18:18:52 +07:00
|
|
|
implementation(libs.jsunpacker)
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|