* 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
10 lines
177 B
Groovy
10 lines
177 B
Groovy
ext {
|
|
extName = 'Manhwa18'
|
|
extClass = '.Manhwa18'
|
|
baseUrl = 'https://manhwa18.com'
|
|
extVersionCode = 12
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|