Fix(lib/ChillxExtractor): Unify extraction logic, improve key fetching and subtitle handling (#169)

This commit is contained in:
Dark25 2024-08-23 18:24:01 +01:00 committed by GitHub
parent decac82e65
commit b41c963dda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 19 additions and 59 deletions

View file

@ -3,7 +3,7 @@ ext {
extClass = '.AnimeSAGA'
themePkg = 'dooplay'
baseUrl = 'https://www.animesaga.in'
overrideVersionCode = 10
overrideVersionCode = 11
}
apply from: "$rootDir/common.gradle"