2024-07-14 14:40:56 +01:00

11 lines
211 B
Groovy

ext {
extName = 'Ver Manhwas'
extClass = '.VerManhwas'
themePkg = 'madara'
baseUrl = 'https://vermanhwa.com'
overrideVersionCode = 2
isNsfw = true
}
apply from: "$rootDir/common.gradle"