Remove Muctau (#2182)
CI / Prepare job (push) Successful in 5s Details
CI / Build individual modules (push) Successful in 6m9s Details
CI / Publish repo (push) Successful in 47s Details

This commit is contained in:
Vetle Ledaal 2024-03-30 12:59:31 +00:00 committed by Draff
parent 96a3e3c8e4
commit 480cb9d780
7 changed files with 0 additions and 15 deletions

View File

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

View File

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