extensions-source/src/en/animepahe/build.gradle
CursedSheep b954417a98
Revert back from using Session Id to Anime Id (#564)
* 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
2025-01-18 13:13:35 +01:00

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"
}