Chopper 3403b7a0ec
Retsu: Fix search manga selector (#7456)
Fix search manga url selector
2025-02-23 21:30:42 +00:00

11 lines
196 B
Groovy

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