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

11 lines
229 B
Groovy

ext {
extName = 'Assorted Scans'
extClass = '.AssortedScans'
themePkg = 'mangadventure'
baseUrl = 'https://assortedscans.com'
overrideVersionCode = 2
isNsfw = false
}
apply from: "$rootDir/common.gradle"