forked from Kohi-den/extensions-source

* Improve KwikExtractor Decrypt Function - Optimize and improve performance of KwikExtractor decrypt functionality * Fix issue #550 * Update version * Improve solution for #550 - Revert back to using Anime Id instead of Session Id - Improve `fetchSession` by resolving anime using Anime Id only * Fix lint error
11 lines
No EOL
201 B
Groovy
11 lines
No EOL
201 B
Groovy
ext {
|
|
extName = 'AnimePahe'
|
|
extClass = '.AnimePahe'
|
|
extVersionCode = 29
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation "dev.datlag.jsunpacker:jsunpacker:1.0.1"
|
|
} |