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

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