2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'AnimeToast'
|
|
|
|
extClass = '.AnimeToast'
|
2025-01-26 19:27:38 +00:00
|
|
|
extVersionCode = 16
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(':lib:voe-extractor'))
|
|
|
|
implementation(project(':lib:dood-extractor'))
|
|
|
|
implementation(project(':lib:filemoon-extractor'))
|
|
|
|
implementation(project(':lib:mp4upload-extractor'))
|
|
|
|
}
|