fix(en/Aniplay): New headers (#850)

* new headers

* better video quality sorting

* version bump
This commit is contained in:
Josef František Straka 2025-03-24 18:29:07 +00:00 committed by GitHub
parent bf9631e2ba
commit f4c6e113bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 6 deletions

View file

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