diff --git a/src/en/theguild/build.gradle b/src/en/theguild/build.gradle deleted file mode 100644 index 7ed6cabba..000000000 --- a/src/en/theguild/build.gradle +++ /dev/null @@ -1,9 +0,0 @@ -ext { - extName = 'The Guild' - extClass = '.TheGuild' - themePkg = 'madara' - baseUrl = 'https://theguildscans.com' - overrideVersionCode = 0 -} - -apply from: "$rootDir/common.gradle" diff --git a/src/en/theguild/res/mipmap-hdpi/ic_launcher.png b/src/en/theguild/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 613478a7e..000000000 Binary files a/src/en/theguild/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/theguild/res/mipmap-mdpi/ic_launcher.png b/src/en/theguild/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index ece1857b3..000000000 Binary files a/src/en/theguild/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/theguild/res/mipmap-xhdpi/ic_launcher.png b/src/en/theguild/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index 10a9ed5cd..000000000 Binary files a/src/en/theguild/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/theguild/res/mipmap-xxhdpi/ic_launcher.png b/src/en/theguild/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index 1cb58adff..000000000 Binary files a/src/en/theguild/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/theguild/res/mipmap-xxxhdpi/ic_launcher.png b/src/en/theguild/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 44a089e23..000000000 Binary files a/src/en/theguild/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/en/theguild/src/eu/kanade/tachiyomi/extension/en/theguild/TheGuild.kt b/src/en/theguild/src/eu/kanade/tachiyomi/extension/en/theguild/TheGuild.kt deleted file mode 100644 index 9e782571f..000000000 --- a/src/en/theguild/src/eu/kanade/tachiyomi/extension/en/theguild/TheGuild.kt +++ /dev/null @@ -1,5 +0,0 @@ -package eu.kanade.tachiyomi.extension.en.theguild - -import eu.kanade.tachiyomi.multisrc.madara.Madara - -class TheGuild : Madara("The Guild", "https://theguildscans.com", "en")