* Add filter support and fix the image could not be loaded error Add dynamic Genres from manga-list.html (#genreSelect), send as repeated genre[]=<value> Add filters: Publication (durum), Translation (ceviri), Age (yas), Content Type (icerik), Special Type (tur) Fix WebView images by resolving Base64-encoded data-src with fallbacks * Apply requested changes
11 lines
206 B
Groovy
11 lines
206 B
Groovy
ext {
|
|
extName = 'Manga-TR'
|
|
extClass = '.MangaTR'
|
|
themePkg = 'fmreader'
|
|
baseUrl = 'https://manga-tr.com'
|
|
overrideVersionCode = 5
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|