* west manga: update for new site * signature * review changes * some fields can be nullable * encode urls with `HttpUrl.Builder`
9 lines
143 B
Groovy
9 lines
143 B
Groovy
ext {
|
|
extName = 'West Manga'
|
|
extClass = '.WestManga'
|
|
extVersionCode = 36
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|