extensions-source/src/en/zoro/build.gradle
krysanify f3f1a64fda
Fix HiAnime pref quality (#420)
* Fix HiAnime pref quality

* Change HiAnime latest update endpoint

---------

Co-authored-by: Your Name <you@example.com>
2024-12-09 21:51:07 +01:00

9 lines
No EOL
186 B
Groovy

ext {
extName = 'HiAnime'
extClass = '.HiAnime'
themePkg = 'zorotheme'
baseUrl = 'https://hianime.to'
overrideVersionCode = 43
}
apply from: "$rootDir/common.gradle"