Remove MangaStic (#2526)

This commit is contained in:
Vetle Ledaal 2024-04-23 08:01:41 +00:00 committed by Draff
parent 6e3c338d82
commit 54e9a630e9
7 changed files with 0 additions and 15 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangastic
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaStic : Madara("MangaStic", "https://mangastic9.com", "en")