remove mangabin (#4154)

This commit is contained in:
AwkwardPeak7 2024-07-24 16:47:10 +05:00 committed by Draff
parent e07b44263d
commit 7c31254a7d
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 = 'Manga Bin'
extClass = '.MangaBin'
themePkg = 'madara'
baseUrl = 'https://mangabin.com'
overrideVersionCode = 1
}
apply from: "$rootDir/common.gradle"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

View File

@ -1,5 +0,0 @@
package eu.kanade.tachiyomi.extension.en.mangabin
import eu.kanade.tachiyomi.multisrc.madara.Madara
class MangaBin : Madara("Manga Bin", "https://mangabin.com", "en")