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

11 lines
225 B
Groovy

ext {
extName = 'Shadow Mangas'
extClass = '.ShadowMangas'
themePkg = 'mangathemesia'
baseUrl = 'https://shadowmangas.com'
overrideVersionCode = 1
isNsfw = true
}
apply from: "$rootDir/common.gradle"