Chopper 46b8ceaecf
WeebCentral: Fix searchMangaFromElement (#7737)
Fix searchMangaFromElement
2025-02-23 21:31:16 +00:00

9 lines
147 B
Groovy

ext {
extName = 'Weeb Central'
extClass = '.WeebCentral'
extVersionCode = 12
isNsfw = true
}
apply from: "$rootDir/common.gradle"