fix(en/Aniplay): New headers and proxy (#870)

* new headers

* new proxy implemented

* wrong server changed

* version bump
This commit is contained in:
Josef František Straka 2025-03-31 08:54:17 +00:00 committed by GitHub
parent 955fbed018
commit 2574c7fbf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 37 deletions

View file

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