fix(Aniplay): changed proxy url (#996)

* fix

* version bump

* removed redundant curly braces
This commit is contained in:
Josef František Straka 2025-05-09 09:05:06 +02:00 committed by GitHub
parent 26dbc15b45
commit c82b40bb41
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 9 deletions

View file

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