AwkwardPeak7 5ff2906e28 RuyaManga: fix no results found (#1733)
* RuyaManga: fix no results found

* bump
2024-03-12 19:55:31 +00:00

10 lines
196 B
Groovy

ext {
extName = 'Rüya Manga'
extClass = '.RuyaManga'
themePkg = 'madara'
baseUrl = 'https://www.ruyamanga.com'
overrideVersionCode = 2
}
apply from: "$rootDir/common.gradle"