Remove dead sources (#10452)

This commit is contained in:
MikeZeDev 2025-09-09 19:04:54 +00:00 committed by Draff
parent adbc96dfea
commit b39f94faae
Signed by: Draff
GPG Key ID: E8A89F3211677653
14 changed files with 0 additions and 38 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'Animated Glitched Comics'
extClass = '.AnimatedGlitchedComics'
themePkg = 'keyoapp'
baseUrl = 'https://agrcomics.com'
overrideVersionCode = 23
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

View File

@ -1,11 +0,0 @@
package eu.kanade.tachiyomi.extension.en.animatedglitchedcomics
import eu.kanade.tachiyomi.multisrc.keyoapp.Keyoapp
class AnimatedGlitchedComics : Keyoapp(
"Animated Glitched Comics",
"https://agrcomics.com",
"en",
) {
override val versionId = 2
}

View File

@ -1,10 +0,0 @@
ext {
extName = 'Manga347'
extClass = '.Manga347'
themePkg = 'madara'
baseUrl = 'https://manga347.com'
overrideVersionCode = 3
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 72 KiB

View File

@ -1,7 +0,0 @@
package eu.kanade.tachiyomi.extension.en.manga347
import eu.kanade.tachiyomi.multisrc.madara.Madara
import java.text.SimpleDateFormat
import java.util.Locale
class Manga347 : Madara("Manga347", "https://manga347.com", "en", SimpleDateFormat("d MMM, yyyy", Locale.US))