forked from AlmightyHak/extensions-source
15 lines
No EOL
378 B
Groovy
15 lines
No EOL
378 B
Groovy
ext {
|
|
extName = 'LMAnime'
|
|
extClass = '.LMAnime'
|
|
themePkg = 'animestream'
|
|
baseUrl = 'https://lmanime.com'
|
|
overrideVersionCode = 10
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:dailymotion-extractor"))
|
|
implementation(project(":lib:mp4upload-extractor"))
|
|
implementation(project(":lib:streamwish-extractor"))
|
|
} |