diff --git a/src/en/mangachill/build.gradle b/src/en/mangachill/build.gradle deleted file mode 100644 index 526cf4bb1..000000000 --- a/src/en/mangachill/build.gradle +++ /dev/null @@ -1,9 +0,0 @@ -ext { - extName = 'Manga Chill' - extClass = '.MangaChill' - themePkg = 'madara' - baseUrl = 'https://toonchill.com' - overrideVersionCode = 7 -} - -apply from: "$rootDir/common.gradle" diff --git a/src/en/mangachill/res/mipmap-hdpi/ic_launcher.png b/src/en/mangachill/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 8c027870a..000000000 Binary files a/src/en/mangachill/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangachill/res/mipmap-mdpi/ic_launcher.png b/src/en/mangachill/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index 84527f9a8..000000000 Binary files a/src/en/mangachill/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangachill/res/mipmap-xhdpi/ic_launcher.png b/src/en/mangachill/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 973068520..000000000 Binary files a/src/en/mangachill/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangachill/res/mipmap-xxhdpi/ic_launcher.png b/src/en/mangachill/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 2545726ee..000000000 Binary files a/src/en/mangachill/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangachill/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/mangachill/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index de804b0a3..000000000 Binary files a/src/en/mangachill/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/mangachill/src/eu/kanade/tachiyomi/extension/en/mangachill/MangaChill.kt b/src/en/mangachill/src/eu/kanade/tachiyomi/extension/en/mangachill/MangaChill.kt deleted file mode 100644 index 48a826f5d..000000000 --- a/src/en/mangachill/src/eu/kanade/tachiyomi/extension/en/mangachill/MangaChill.kt +++ /dev/null @@ -1,5 +0,0 @@ -package eu.kanade.tachiyomi.extension.en.mangachill - -import eu.kanade.tachiyomi.multisrc.madara.Madara - -class MangaChill : Madara("Manga Chill", "https://toonchill.com", "en")