Mangasco: Remove extension (#7432)

This commit is contained in:
Smol Ame 2025-02-01 04:45:33 -08:00 committed by Draff
parent c902a0eb3a
commit eb07f68d63
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 14 deletions

View File

@ -1,9 +0,0 @@
ext {
extName = 'MangaSco'
extClass = '.MangaSco'
themePkg = 'madara'
baseUrl = 'https://mgsco.org'
overrideVersionCode = 3
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangasco
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaSco : Madara("MangaSco", "https://mgsco.org", "en")