2025-02-23 21:31:15 +00:00

11 lines
217 B
Groovy

ext {
extName = 'God-Doujin'
extClass = '.GodDoujin'
themePkg = 'mangathemesia'
baseUrl = 'https://god-doujin.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"