fix(en/aniplay): Subtitles not working fix (#593)

* fixed yuki subtitles and code cleanup

* version bump
This commit is contained in:
Josef František Straka 2025-01-26 19:48:21 +01:00 committed by GitHub
parent 94e89303be
commit 64432b056f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 39 additions and 153 deletions

View file

@ -2,7 +2,7 @@ ext {
extName = 'AniPlay'
extClass = '.AniPlay'
themePkg = 'anilist'
overrideVersionCode = 8
overrideVersionCode = 9
}
apply from: "$rootDir/common.gradle"