Feat(en/HiAnime): Support Raw servers (#294)

This commit is contained in:
Dark25 2024-10-08 01:03:07 +02:00 committed by GitHub
parent 7cf81b76dd
commit 6e34aa247c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

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