2025-03-27 00:02:31 +00:00

11 lines
212 B
Groovy

ext {
extName = 'Inari Manga'
extClass = '.InariManga'
themePkg = 'madara'
baseUrl = 'https://clubinari.org'
overrideVersionCode = 11
isNsfw = true
}
apply from: "$rootDir/common.gradle"