novenary e17d796fc1
Drop fakeimg (#11743)
* 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>
2025-11-22 22:18:48 +00:00

13 lines
213 B
Groovy

ext {
extName = 'buttsmithy'
extClass = '.Buttsmithy'
extVersionCode = 4
isNsfw = true
}
apply from: "$rootDir/common.gradle"
dependencies {
implementation(project(':lib:textinterceptor'))
}