2025-07-25 05:47:27 +01:00

11 lines
224 B
Groovy

ext {
extName = 'Yushuke Mangas'
extClass = '.YushukeMangas'
themePkg = 'yuyu'
baseUrl = 'https://new.yushukemangas.com'
overrideVersionCode = 7
isNsfw = false
}
apply from: "$rootDir/common.gradle"