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

11 lines
211 B
Groovy

ext {
extName = 'MangaClick'
extClass = '.MangaClick'
themePkg = 'madara'
baseUrl = 'https://mangaclick.org'
overrideVersionCode = 0
isNsfw = true
}
apply from: "$rootDir/common.gradle"