2024-06-20 11:54:12 +07:00
|
|
|
ext {
|
|
|
|
extName = 'LMAnime'
|
|
|
|
extClass = '.LMAnime'
|
|
|
|
themePkg = 'animestream'
|
|
|
|
baseUrl = 'https://lmanime.com'
|
2025-05-01 10:16:57 +00:00
|
|
|
overrideVersionCode = 10
|
2024-06-20 11:54:12 +07:00
|
|
|
}
|
|
|
|
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
|
|
|
|
dependencies {
|
|
|
|
implementation(project(":lib:dailymotion-extractor"))
|
|
|
|
implementation(project(":lib:mp4upload-extractor"))
|
|
|
|
implementation(project(":lib:streamwish-extractor"))
|
|
|
|
}
|