* xkcd: drop fakeimg * smbc: drop fakeimg * mehgazone: drop fakeimg * swordscomic: drop fakeimg * buttsmithy: drop fakeimg * xkcd: better thumbnail It's unclear what the original source for it is but it's all over the web. Link: https://libguides.davenportlibrary.com/comicsforallages/xkcd * smbc, xkcd: implement fetchMangaDetails properly * Update src/en/saturdaymorningbreakfastcomics/build.gradle * Update src/all/xkcd/build.gradle --------- Co-authored-by: Vetle Ledaal <vetle.ledaal@gmail.com>
13 lines
213 B
Groovy
13 lines
213 B
Groovy
ext {
|
|
extName = 'buttsmithy'
|
|
extClass = '.Buttsmithy'
|
|
extVersionCode = 4
|
|
isNsfw = true
|
|
}
|
|
|
|
apply from: "$rootDir/common.gradle"
|
|
|
|
dependencies {
|
|
implementation(project(':lib:textinterceptor'))
|
|
}
|