Mangasco: Remove extension ()

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
src/en/mangasco
build.gradle
res
mipmap-hdpi
mipmap-mdpi
mipmap-xhdpi
mipmap-xxhdpi
mipmap-xxxhdpi
src/eu/kanade/tachiyomi/extension/en/mangasco

@ -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

(image error) Size: 2.7 KiB

Binary file not shown.

Before

(image error) Size: 1.5 KiB

Binary file not shown.

Before

(image error) Size: 3.1 KiB

Binary file not shown.

Before

(image error) Size: 5.6 KiB

Binary file not shown.

Before

(image error) Size: 5.9 KiB

@ -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")