feat(en/aniplay): new provider pahe implemented (somewhat) (#590)

* new provider pahe working (almost)

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

View file

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