2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'Movie2k'
|
|
|
|
extClass = '.Movie2k'
|
2024-10-16 17:35:02 +00:00
|
|
|
extVersionCode = 7
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:streamtape-extractor'))
|
|
|
|
implementation(project(':lib:mixdrop-extractor'))
|
|
|
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
|
|
|
}
|