2024-12-14 06:55:31 +00:00

11 lines
208 B
Groovy

ext {
extName = 'MangaTX'
extClass = '.MangaTX'
themePkg = 'mangathemesia'
baseUrl = 'https://mangatx.cc'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"