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

11 lines
209 B
Groovy

ext {
extName = 'GEDE Comix'
extClass = '.GEDEComix'
themePkg = 'madara'
baseUrl = 'https://gedecomix.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"