diff --git a/src/en/mangastic/build.gradle b/src/en/mangastic/build.gradle deleted file mode 100644 index 3bb50731a..000000000 --- a/src/en/mangastic/build.gradle +++ /dev/null @@ -1,10 +0,0 @@ -ext { - extName = 'MangaStic' - extClass = '.MangaStic' - themePkg = 'madara' - baseUrl = 'https://mangastic9.com' - overrideVersionCode = 3 - isNsfw = true -} - -apply from: "$rootDir/common.gradle" diff --git a/src/en/mangastic/res/mipmap-hdpi/ic_launcher.png b/src/en/mangastic/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 9932584ef..000000000 Binary files a/src/en/mangastic/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangastic/res/mipmap-mdpi/ic_launcher.png b/src/en/mangastic/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index c0346ee09..000000000 Binary files a/src/en/mangastic/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangastic/res/mipmap-xhdpi/ic_launcher.png b/src/en/mangastic/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 8e2bf1445..000000000 Binary files a/src/en/mangastic/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangastic/res/mipmap-xxhdpi/ic_launcher.png b/src/en/mangastic/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 76db2b3d0..000000000 Binary files a/src/en/mangastic/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangastic/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/mangastic/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 69897a5eb..000000000 Binary files a/src/en/mangastic/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangastic/src/eu/kanade/tachiyomi/extension/en/mangastic/MangaStic.kt b/src/en/mangastic/src/eu/kanade/tachiyomi/extension/en/mangastic/MangaStic.kt deleted file mode 100644 index 6009e006c..000000000 --- a/src/en/mangastic/src/eu/kanade/tachiyomi/extension/en/mangastic/MangaStic.kt +++ /dev/null @@ -1,5 +0,0 @@ -package eu.kanade.tachiyomi.extension.en.mangastic - -import eu.kanade.tachiyomi.multisrc.madara.Madara - -class MangaStic : Madara("MangaStic", "https://mangastic9.com", "en")