Fix #550 and Improve KwikExtractor Decrypt Function (#551)

* Improve KwikExtractor Decrypt Function

- Optimize and improve performance of KwikExtractor decrypt functionality

* Fix issue #550

* Update version
This commit is contained in:
CursedSheep 2025-01-18 00:47:35 +08:00 committed by GitHub
parent 970d14a93c
commit b4e9c0d3a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 23 additions and 69 deletions

View file

@ -1,7 +1,7 @@
ext {
extName = 'AnimePahe'
extClass = '.AnimePahe'
extVersionCode = 27
extVersionCode = 28
}
apply from: "$rootDir/common.gradle"