* Fixed to work with new aniplay server mechanism

* Version bump
This commit is contained in:
Josef František Straka 2024-09-25 15:18:26 +02:00 committed by GitHub
parent d6550d73ca
commit 71b75b4ce9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 59 additions and 18 deletions

View file

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