
Closes #93 Closes #1 Closes #133 Closes #142 (Yeah, this extension had a bug but someone closed it before fixing it.)
15 lines
No EOL
377 B
Groovy
15 lines
No EOL
377 B
Groovy
ext {
|
|
extName = 'LMAnime'
|
|
extClass = '.LMAnime'
|
|
themePkg = 'animestream'
|
|
baseUrl = 'https://lmanime.com'
|
|
overrideVersionCode = 7
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:dailymotion-extractor"))
|
|
implementation(project(":lib:mp4upload-extractor"))
|
|
implementation(project(":lib:streamwish-extractor"))
|
|
} |