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

11 lines
217 B
Groovy

ext {
extName = 'Tecno Scan'
extClass = '.TecnoScan'
themePkg = 'mangathemesia'
baseUrl = 'https://visortecno.com'
overrideVersionCode = 7
isNsfw = true
}
apply from: "$rootDir/common.gradle"