diff --git a/src/en/mangabin/build.gradle b/src/en/mangabin/build.gradle deleted file mode 100644 index c782dfe2d..000000000 --- a/src/en/mangabin/build.gradle +++ /dev/null @@ -1,9 +0,0 @@ -ext { - extName = 'Manga Bin' - extClass = '.MangaBin' - themePkg = 'madara' - baseUrl = 'https://mangabin.com' - overrideVersionCode = 1 -} - -apply from: "$rootDir/common.gradle" diff --git a/src/en/mangabin/res/mipmap-hdpi/ic_launcher.png b/src/en/mangabin/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 0ecff029b..000000000 Binary files a/src/en/mangabin/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangabin/res/mipmap-mdpi/ic_launcher.png b/src/en/mangabin/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index d1806e5ea..000000000 Binary files a/src/en/mangabin/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangabin/res/mipmap-xhdpi/ic_launcher.png b/src/en/mangabin/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index c96cb2235..000000000 Binary files a/src/en/mangabin/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangabin/res/mipmap-xxhdpi/ic_launcher.png b/src/en/mangabin/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 61b797a2a..000000000 Binary files a/src/en/mangabin/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangabin/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/mangabin/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 49e690f70..000000000 Binary files a/src/en/mangabin/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangabin/src/eu/kanade/tachiyomi/extension/en/mangabin/MangaBin.kt b/src/en/mangabin/src/eu/kanade/tachiyomi/extension/en/mangabin/MangaBin.kt deleted file mode 100644 index 6fb778098..000000000 --- a/src/en/mangabin/src/eu/kanade/tachiyomi/extension/en/mangabin/MangaBin.kt +++ /dev/null @@ -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")