2024-06-03 05:43:47 +01:00

11 lines
209 B
Groovy

ext {
extName = 'ManhwaHub'
extClass = '.ManhwaHub'
themePkg = 'manhwaz'
baseUrl = 'https://manhwahub.net'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"