2024-04-26 01:48:09 +01:00

10 lines
198 B
Groovy

ext {
extName = 'Crow Scans'
extClass = '.CrowScans'
themePkg = 'mangathemesia'
baseUrl = 'https://crowscans.com'
overrideVersionCode = 0
}
apply from: "$rootDir/common.gradle"