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

11 lines
208 B
Groovy

ext {
extName = 'Neko Toons'
extClass = '.NekoToons'
themePkg = 'yuyu'
baseUrl = 'https://nekotoons.site'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"