diff --git a/src/es/shadowmangas/build.gradle b/src/es/shadowmangas/build.gradle deleted file mode 100644 index 171a031c7..000000000 --- a/src/es/shadowmangas/build.gradle +++ /dev/null @@ -1,10 +0,0 @@ -ext { - extName = 'Shadow Mangas' - extClass = '.ShadowMangas' - themePkg = 'mangathemesia' - baseUrl = 'https://shadowmangas.com' - overrideVersionCode = 1 - isNsfw = true -} - -apply from: "$rootDir/common.gradle" diff --git a/src/es/shadowmangas/res/mipmap-hdpi/ic_launcher.png b/src/es/shadowmangas/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index ac2e0acef..000000000 Binary files a/src/es/shadowmangas/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/es/shadowmangas/res/mipmap-mdpi/ic_launcher.png b/src/es/shadowmangas/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index 3f5aaa8b1..000000000 Binary files a/src/es/shadowmangas/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/es/shadowmangas/res/mipmap-xhdpi/ic_launcher.png b/src/es/shadowmangas/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index c6f98fca8..000000000 Binary files a/src/es/shadowmangas/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/es/shadowmangas/res/mipmap-xxhdpi/ic_launcher.png b/src/es/shadowmangas/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index bce345903..000000000 Binary files a/src/es/shadowmangas/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/es/shadowmangas/res/mipmap-xxxhdpi/ic_launcher.png b/src/es/shadowmangas/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 83e59d9c7..000000000 Binary files a/src/es/shadowmangas/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/es/shadowmangas/src/eu/kanade/tachiyomi/extension/es/shadowmangas/ShadowMangas.kt b/src/es/shadowmangas/src/eu/kanade/tachiyomi/extension/es/shadowmangas/ShadowMangas.kt deleted file mode 100644 index 2e2afaf4a..000000000 --- a/src/es/shadowmangas/src/eu/kanade/tachiyomi/extension/es/shadowmangas/ShadowMangas.kt +++ /dev/null @@ -1,12 +0,0 @@ -package eu.kanade.tachiyomi.extension.es.shadowmangas - -import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia -import java.text.SimpleDateFormat -import java.util.Locale - -class ShadowMangas : MangaThemesia( - "Shadow Mangas", - "https://shadowmangas.com", - "es", - dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")), -) diff --git a/src/es/tecnoprojects/build.gradle b/src/es/tecnoprojects/build.gradle deleted file mode 100644 index f9714d676..000000000 --- a/src/es/tecnoprojects/build.gradle +++ /dev/null @@ -1,10 +0,0 @@ -ext { - extName = 'TecnoProjects' - extClass = '.TecnoProjects' - themePkg = 'mangathemesia' - baseUrl = 'https://tecnoprojects.xyz' - overrideVersionCode = 13 - isNsfw = false -} - -apply from: "$rootDir/common.gradle" diff --git a/src/es/tecnoprojects/res/mipmap-hdpi/ic_launcher.png b/src/es/tecnoprojects/res/mipmap-hdpi/ic_launcher.png deleted file mode 100644 index 7838b13d4..000000000 Binary files a/src/es/tecnoprojects/res/mipmap-hdpi/ic_launcher.png and /dev/null differ diff --git a/src/es/tecnoprojects/res/mipmap-mdpi/ic_launcher.png b/src/es/tecnoprojects/res/mipmap-mdpi/ic_launcher.png deleted file mode 100644 index 69946f9b7..000000000 Binary files a/src/es/tecnoprojects/res/mipmap-mdpi/ic_launcher.png and /dev/null differ diff --git a/src/es/tecnoprojects/res/mipmap-xhdpi/ic_launcher.png b/src/es/tecnoprojects/res/mipmap-xhdpi/ic_launcher.png deleted file mode 100644 index d38a52fd0..000000000 Binary files a/src/es/tecnoprojects/res/mipmap-xhdpi/ic_launcher.png and /dev/null differ diff --git a/src/es/tecnoprojects/res/mipmap-xxhdpi/ic_launcher.png b/src/es/tecnoprojects/res/mipmap-xxhdpi/ic_launcher.png deleted file mode 100644 index dcdd257a7..000000000 Binary files a/src/es/tecnoprojects/res/mipmap-xxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/es/tecnoprojects/res/mipmap-xxxhdpi/ic_launcher.png b/src/es/tecnoprojects/res/mipmap-xxxhdpi/ic_launcher.png deleted file mode 100644 index 693497270..000000000 Binary files a/src/es/tecnoprojects/res/mipmap-xxxhdpi/ic_launcher.png and /dev/null differ diff --git a/src/es/tecnoprojects/src/eu/kanade/tachiyomi/extension/es/tecnoprojects/TecnoProjects.kt b/src/es/tecnoprojects/src/eu/kanade/tachiyomi/extension/es/tecnoprojects/TecnoProjects.kt deleted file mode 100644 index 2f20710a5..000000000 --- a/src/es/tecnoprojects/src/eu/kanade/tachiyomi/extension/es/tecnoprojects/TecnoProjects.kt +++ /dev/null @@ -1,12 +0,0 @@ -package eu.kanade.tachiyomi.extension.es.tecnoprojects - -import eu.kanade.tachiyomi.multisrc.mangathemesia.MangaThemesia -import java.text.SimpleDateFormat -import java.util.Locale - -class TecnoProjects : MangaThemesia( - "TecnoProjects", - "https://tecnoprojects.xyz", - "es", - dateFormat = SimpleDateFormat("MMMM dd, yyyy", Locale("es")), -)