fix: Aniplay (#452)

* en/AniPlay: many changes to video fetching and extension structure, added explicit case for Yuki

* en/AniPlay: version bump
This commit is contained in:
Josef František Straka 2024-12-23 22:39:23 +01:00 committed by GitHub
parent 0ee26a629c
commit 896bbe57a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 154 additions and 88 deletions

View file

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