2025-10-02 23:57:37 +01:00

11 lines
260 B
Groovy

ext {
extName = 'Read Hunter x Hunter Manga Online'
extClass = '.ReadHunterxHunterMangaOnline'
themePkg = 'mangacatalog'
baseUrl = 'https://ww6.readhxh.com'
overrideVersionCode = 2
isNsfw = false
}
apply from: "$rootDir/common.gradle"