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

11 lines
215 B
Groovy

ext {
extName = 'Mundo Manhwa'
extClass = '.MundoManhwa'
themePkg = 'madara'
baseUrl = 'https://mundomanhwa.com'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"