fix(en/Aniplay): new server, fixed dub with subtitles showing as softsub, latest fixes (#628)

* fix(en/aniplay): fixed dub with subtitles showing as softdub

* fix(en/aniplay): new server added "maze"

* fix(en/aniplay): implemented proxy mechanic

* fix(en/aniplay): version bump
This commit is contained in:
Josef František Straka 2025-02-06 21:43:30 +01:00 committed by GitHub
parent ba2ba44dc4
commit 9f385108fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 34 additions and 14 deletions

View file

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