Manga Galaxy: Remove extension (#7510)
Manga Galaxy: Remove extension files
This commit is contained in:
parent
2147b87816
commit
a55bcf4996
|
@ -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 |
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue