2024-10-28 00:21:09 +00:00

11 lines
215 B
Groovy

ext {
extName = 'Hunters Scans'
extClass = '.HuntersScans'
themePkg = 'madara'
baseUrl = 'https://htoons.online'
overrideVersionCode = 5
isNsfw = true
}
apply from: "$rootDir/common.gradle"