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

11 lines
219 B
Groovy

ext {
extName = 'Sushiscan.fr'
extClass = '.SushiScanFR'
themePkg = 'mangathemesia'
baseUrl = 'https://sushiscan.fr'
overrideVersionCode = 3
isNsfw = true
}
apply from: "$rootDir/common.gradle"