forked from AlmightyHak/extensions-source

* fix(src): Multiple updates Closes #93 Closes #1 Closes #133 Closes #142 (Yeah, this extension had a bug but someone closed it before fixing it.) * Fix(lib/ChillxExtractor) Closes #153
13 lines
No EOL
265 B
Groovy
13 lines
No EOL
265 B
Groovy
ext {
|
|
extName = 'AnimeSAGA'
|
|
extClass = '.AnimeSAGA'
|
|
themePkg = 'dooplay'
|
|
baseUrl = 'https://www.animesaga.in'
|
|
overrideVersionCode = 10
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(":lib:chillx-extractor"))
|
|
} |