Cuong-Tran 9419e9b07a
Fix Manhwa18 (#6055)
* working browsing/latest/reading

* convert from old-theme url to new url

* using old-theme's url to avoid migration

* support filters

* split search results into page

* cleanup description

* minor fix to actual matching old-theme entries' url

* use HttpUrl.Builder

* remove chapter number & unused field

* add cache for search request
2024-12-14 06:55:32 +00:00

10 lines
177 B
Groovy

ext {
extName = 'Manhwa18'
extClass = '.Manhwa18'
baseUrl = 'https://manhwa18.com'
extVersionCode = 12
isNsfw = true
}
apply from: "$rootDir/common.gradle"