2024-03-30 22:04:18 +00:00

10 lines
200 B
Groovy

ext {
extName = 'ED Scanlation'
extClass = '.EDScanlation'
themePkg = 'keyoapp'
baseUrl = 'https://edscanlation.fr'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"