Manga Galaxy: Remove extension (#7510)

Manga Galaxy: Remove extension files
This commit is contained in:
Smol Ame 2025-02-06 05:24:58 -08:00 committed by Draff
parent 2147b87816
commit a55bcf4996
No known key found for this signature in database
GPG Key ID: E8A89F3211677653
7 changed files with 0 additions and 22 deletions

View File

@ -1,10 +0,0 @@
ext {
extName = 'Manga Galaxy'
extClass = '.MangaGalaxy'
themePkg = 'iken'
baseUrl = 'https://mangagalaxy.net'
overrideVersionCode = 40
isNsfw = false
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

View File

@ -1,12 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangagalaxy
import eu.kanade.tachiyomi.multisrc.iken.Iken
class MangaGalaxy : Iken(
"Manga Galaxy",
"en",
"https://mangagalaxy.net",
) {
// moved from Madara to MangaThemesia to Iken
override val versionId = 3
}