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

11 lines
210 B
Groovy

ext {
extName = 'MangaClash'
extClass = '.MangaClash'
themePkg = 'madara'
baseUrl = 'https://toonclash.com'
overrideVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"