2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Tuktuk Cinema'
|
|
|
|
extClass = '.Tuktukcinema'
|
2024-06-23 11:00:51 -03:00
|
|
|
extVersionCode = 22
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:uqload-extractor'))
|
|
|
|
implementation(project(':lib:okru-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:vidbom-extractor'))
|
|
|
|
implementation(project(':lib:playlist-utils'))
|
|
|
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
|
|
|
}
|