Fix HiAnime pref quality (#420)

* Fix HiAnime pref quality

* Change HiAnime latest update endpoint

---------

Co-authored-by: Your Name <you@example.com>
This commit is contained in:
krysanify 2024-12-10 04:51:07 +08:00 committed by GitHub
parent 515590ecfe
commit f3f1a64fda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View file

@ -3,7 +3,7 @@ ext {
extClass = '.HiAnime'
themePkg = 'zorotheme'
baseUrl = 'https://hianime.to'
overrideVersionCode = 41
overrideVersionCode = 43
}
apply from: "$rootDir/common.gradle"