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'))
|
2025-01-27 02:26:48 +07:00
|
|
|
implementation(libs.jsunpacker)
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|